mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-29 20:56:31 +00:00
fix keyboard interrupt
This commit is contained in:
parent
cc5ebf59d8
commit
c13fb94bcc
@ -1745,7 +1745,7 @@ want to remove all seeding torrents?")):
|
||||
else:
|
||||
self.shutdown()
|
||||
|
||||
def shutdown(self, arg=None):
|
||||
def shutdown(self, *arg):
|
||||
gtk.quit_add(0, self.manager.quit)
|
||||
self.window.hide()
|
||||
self.save_column_widths()
|
||||
|
Loading…
x
Reference in New Issue
Block a user