summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-09-16 19:37:40 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-09-16 19:37:40 +0200
commitcac7741f2b041d4a21d1604be4875eef2a4c4976 (patch)
tree43449b6783650e5a8215ee240037c461e1cadfb5 /examples
parent3addd7e3c4c19287bd45019728c735259eef3267 (diff)
downloadthunar-cac7741f2b041d4a21d1604be4875eef2a4c4976.tar.gz
Add the startup ID parameter to the code in comments as well.
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 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.