Module: deluge Branch: master Commit: 7227c97cacd6c3a7a1cf3d75e8dcd04e0eb71693
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 479b9d1..255e932 100644 --- a/deluge/core/daemon.py +++ b/deluge/core/daemon.py @@ -109,7 +109,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.