keyboard interrupt call shutdown, not core.quit

This commit is contained in:
Marcos Pinto 2008-02-10 00:33:54 +00:00
parent 6322115fef
commit 994fbd571d
1 changed files with 1 additions and 1 deletions

View File

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