mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-09 09:58:39 +00:00
keyboard interrupt call shutdown, not core.quit
This commit is contained in:
parent
6322115fef
commit
994fbd571d
1 changed files with 1 additions and 1 deletions
|
@ -1046,7 +1046,7 @@ window, please enter your password"))
|
||||||
gtk.main()
|
gtk.main()
|
||||||
gtk.gdk.threads_leave()
|
gtk.gdk.threads_leave()
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
self.manager.quit()
|
self.shutdown()
|
||||||
|
|
||||||
def new_release_check(self):
|
def new_release_check(self):
|
||||||
import socket
|
import socket
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue