Module: deluge
Branch: 1.2-stable
Commit: 65b4f8c54317b8a17186ce3435d899b331d72380

Author: John Garland <[email protected]>
Date:   Fri Jul  2 02:25:41 2010 +1000

Fix typo

---

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

diff --git a/deluge/ui/client.py b/deluge/ui/client.py
index 3aa620a..cd82b89 100644
--- a/deluge/ui/client.py
+++ b/deluge/ui/client.py
@@ -410,7 +410,7 @@ class DaemonClassicProxy(DaemonProxy):
         self.connected = True
         self.host = "localhost"
         self.port = 58846
-        self.user = "localclient"
+        self.username = "localclient"
         # Register the event handlers
         for event in event_handlers:
             for handler in event_handlers[event]:

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

Reply via email to