summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-09-16 18:52:26 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-09-16 18:52:26 +0200
commit3addd7e3c4c19287bd45019728c735259eef3267 (patch)
treebc530a19063867ce3095836edf7745d3662b107f /examples
parent3921a049b4f7511e8d833fe3465b76ace9e1abab (diff)
downloadthunar-3addd7e3c4c19287bd45019728c735259eef3267.tar.gz
Add missing parameter to the thunar-file-manager.py example script.
We now have startup notification support in the Thunar D-Bus interface which adds a startup ID parameter to some of the D-Bus methods.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/thunar-file-manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/thunar-file-manager.py b/examples/thunar-file-manager.py
index 23991c29..995d2280 100755
--- a/examples/thunar-file-manager.py
+++ b/examples/thunar-file-manager.py
@@ -55,4 +55,4 @@ thunar = dbus.Interface(thunar_object, 'org.xfce.Thunar')
# We just popup the bulk rename dialog to
# demonstrate that it works. ;-)
-thunar.BulkRename('/tmp', [], True, '')
+thunar.BulkRename('/tmp', [], True, '', '')