mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-14 05:26:28 +00:00
keyboard interrupt call shutdown, not core.quit
This commit is contained in:
parent
6322115fef
commit
994fbd571d
@ -1046,7 +1046,7 @@ window, please enter your password"))
|
||||
gtk.main()
|
||||
gtk.gdk.threads_leave()
|
||||
except KeyboardInterrupt:
|
||||
self.manager.quit()
|
||||
self.shutdown()
|
||||
|
||||
def new_release_check(self):
|
||||
import socket
|
||||
|
Loading…
x
Reference in New Issue
Block a user