[Xfce4-commits] <thunar:master> Add the startup ID parameter to the code in comments as well.
Jannis Pohlmann
jannis at xfce.org
Wed Sep 16 19:38:01 CEST 2009
Updating branch refs/heads/master
to cac7741f2b041d4a21d1604be4875eef2a4c4976 (commit)
from 3addd7e3c4c19287bd45019728c735259eef3267 (commit)
commit cac7741f2b041d4a21d1604be4875eef2a4c4976
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Wed Sep 16 19:37:40 2009 +0200
Add the startup ID parameter to the code in comments as well.
examples/thunar-file-manager.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/examples/thunar-file-manager.py b/examples/thunar-file-manager.py
index 995d228..ee2e6a3 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.
More information about the Xfce4-commits
mailing list