[Xfce4-commits] <thunar:master> Add missing parameter to the thunar-file-manager.py example script.
Jannis Pohlmann
jannis at xfce.org
Wed Sep 16 18:54:01 CEST 2009
Updating branch refs/heads/master
to 3addd7e3c4c19287bd45019728c735259eef3267 (commit)
from 3921a049b4f7511e8d833fe3465b76ace9e1abab (commit)
commit 3addd7e3c4c19287bd45019728c735259eef3267
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Wed Sep 16 18:52:26 2009 +0200
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.
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 23991c2..995d228 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, '', '')
More information about the Xfce4-commits
mailing list