Module: deluge Branch: master Commit: 2a2f5d90aef371c449ff352be659ef67f6cd16d6
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 75e42d8..dfaf4ea 100644 --- a/deluge/ui/client.py +++ b/deluge/ui/client.py @@ -430,7 +430,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.
