summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIdo Abramovich <ido.deluge@gmail.com>2009-01-11 00:14:30 +0000
committerIdo Abramovich <ido.deluge@gmail.com>2009-01-11 00:14:30 +0000
commit2b80b801b161c150939e632841d1eb1149e00c6e (patch)
tree5a2998683032717e6afe2bef9410d6dc804adf30
parent107079fbabef5d2086027b18812ce04eb549ad91 (diff)
downloaddeluge-2b80b801b161c150939e632841d1eb1149e00c6e.tar.gz
deluge-2b80b801b161c150939e632841d1eb1149e00c6e.tar.bz2
deluge-2b80b801b161c150939e632841d1eb1149e00c6e.zip
merged r4524 from trunk to branches/1.1.0_RC
-rw-r--r--deluge/ui/console/mapping.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deluge/ui/console/mapping.py b/deluge/ui/console/mapping.py
index 2fbbe04d7..010f5ee44 100644
--- a/deluge/ui/console/mapping.py
+++ b/deluge/ui/console/mapping.py
@@ -43,7 +43,7 @@ def get_names(torrents):
except Exception, e:
print e
- client.get_torrents_status(_got_torrents_status, torrents, ['name'])
+ client.get_torrents_status(_got_torrents_status, {'id':torrents}, ['name'])
client.force_call()
return names