summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 995d2280..ee2e6a30 100755
--- a/examples/thunar-file-manager.py
+++ b/examples/thunar-file-manager.py
@@ -47,7 +47,7 @@ thunar = dbus.Interface(thunar_object, 'org.xfce.Thunar')
# standalone version with an empty file list and /tmp
# as default folder for the "Add Files" dialog, use:
#
-# thunar.BulkRename('/tmp', [], True, '')
+# thunar.BulkRename('/tmp', [], True, '', '')
#
# See the thunar-dbus-service-infos.xml file for the exact
# interface definition.