Updating branch refs/heads/master
         to 3addd7e3c4c19287bd45019728c735259eef3267 (commit)
       from 3921a049b4f7511e8d833fe3465b76ace9e1abab (commit)

commit 3addd7e3c4c19287bd45019728c735259eef3267
Author: Jannis Pohlmann <jan...@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, '', '')
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to