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

Author: Andrew Resch <andrewre...@gmail.com>
Date:   Mon Aug  8 10:42:06 2011 -0700

Fix typo in Windows shutdown handler

---

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

diff --git a/deluge/core/daemon.py b/deluge/core/daemon.py
index a943ac7..117e9cd 100644
--- a/deluge/core/daemon.py
+++ b/deluge/core/daemon.py
@@ -120,7 +120,7 @@ class Daemon(object):
             def win_handler(ctrl_type):
                 log.debug("ctrl_type: %s", ctrl_type)
                 if ctrl_type == CTRL_CLOSE_EVENT or ctrl_type == 
CTRL_SHUTDOWN_EVENT:
-                    self.__shutdown()
+                    self._shutdown()
                     return 1
             SetConsoleCtrlHandler(win_handler)
 

-- 
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