fix keyboard interrupt

This commit is contained in:
Marcos Pinto 2008-02-11 00:15:31 +00:00
parent cc5ebf59d8
commit c13fb94bcc
1 changed files with 1 additions and 1 deletions

View File

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