summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorZach Tibbitts <zach@collegegeek.org>2007-02-21 02:43:09 +0000
committerZach Tibbitts <zach@collegegeek.org>2007-02-21 02:43:09 +0000
commit9d92ab8b5635d6809bcb3beffdb20cc6a3dc9970 (patch)
tree5529f5ec17a0720fd189d8e2433ea7511ec40a0b /scripts
parentdacb1905a16214e515b030cf272633d9ec5fff40 (diff)
downloaddeluge-9d92ab8b5635d6809bcb3beffdb20cc6a3dc9970.tar.gz
deluge-9d92ab8b5635d6809bcb3beffdb20cc6a3dc9970.tar.bz2
deluge-9d92ab8b5635d6809bcb3beffdb20cc6a3dc9970.zip
statusbar message
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/deluge2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deluge b/scripts/deluge
index 92b697443..81e9358d6 100755
--- a/scripts/deluge
+++ b/scripts/deluge
@@ -61,7 +61,7 @@ else:
print "create proxy object"
proxy = bus.get_object('org.deluge_torrent.Deluge', '/org/deluge_torrent/DelugeObject')
print "create iface"
- deluge_iface = dbus.Interface(proxy, 'org.deluge_torrent.DelugeInterface')
+ deluge_iface = dbus.Interface(proxy, 'org.deluge_torrent.Deluge')
print "send to iface"
for arg in args:
apath = os.path.abspath(arg)