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…
Reference in New Issue