fix keyboard interrupt
This commit is contained in:
parent
cc5ebf59d8
commit
c13fb94bcc
|
@ -1745,7 +1745,7 @@ want to remove all seeding torrents?")):
|
||||||
else:
|
else:
|
||||||
self.shutdown()
|
self.shutdown()
|
||||||
|
|
||||||
def shutdown(self, arg=None):
|
def shutdown(self, *arg):
|
||||||
gtk.quit_add(0, self.manager.quit)
|
gtk.quit_add(0, self.manager.quit)
|
||||||
self.window.hide()
|
self.window.hide()
|
||||||
self.save_column_widths()
|
self.save_column_widths()
|
||||||
|
|
Loading…
Reference in New Issue