Git Repositories
/
/
thunar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3addd7e
)
Add the startup ID parameter to the code in comments as well.
author
Jannis Pohlmann
<jannis@xfce.org>
Wed, 16 Sep 2009 17:37:40 +0000
(19:37 +0200)
committer
Jannis Pohlmann
<jannis@xfce.org>
Wed, 16 Sep 2009 17:37:40 +0000
(19:37 +0200)
examples/thunar-file-manager.py
patch
|
blob
|
history
diff --git
a/examples/thunar-file-manager.py
b/examples/thunar-file-manager.py
index
995d228
..
ee2e6a3
100755
(executable)
--- 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.