From 2b80b801b161c150939e632841d1eb1149e00c6e Mon Sep 17 00:00:00 2001 From: Ido Abramovich Date: Sun, 11 Jan 2009 00:14:30 +0000 Subject: [PATCH] merged r4524 from trunk to branches/1.1.0_RC --- deluge/ui/console/mapping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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