Module: deluge
Branch: 1.3-stable
Commit: 93c49495b2ed0c91e2602ce21adeddb8f2f8b9f7

Author: Damien Churchill <dam...@gmail.com>
Date:   Fri May  6 23:59:31 2011 +0100

apply patch from #1548

---

 deluge/ui/console/main.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/deluge/ui/console/main.py b/deluge/ui/console/main.py
index 0667ce0..b6601e1 100644
--- a/deluge/ui/console/main.py
+++ b/deluge/ui/console/main.py
@@ -160,7 +160,7 @@ class ConsoleUI(component.Component):
         # Set the interactive flag to indicate where we should print the output
         self.interactive = True
         if args:
-            args = args[0]
+            args = ' '.join(args)
             self.interactive = False
 
         # Try to connect to the localhost daemon

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to deluge-commit@googlegroups.com.
To unsubscribe from this group, send email to 
deluge-commit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to