mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 23:48:40 +00:00
again
This commit is contained in:
parent
6d70add980
commit
23c83e6bb1
1 changed files with 2 additions and 0 deletions
|
@ -1647,6 +1647,7 @@ want to remove all seeding torrents?")):
|
||||||
self.shutdown()
|
self.shutdown()
|
||||||
|
|
||||||
def shutdown(self):
|
def shutdown(self):
|
||||||
|
self.window.hide()
|
||||||
self.save_column_widths()
|
self.save_column_widths()
|
||||||
self.save_window_settings()
|
self.save_window_settings()
|
||||||
self.save_tabs_order()
|
self.save_tabs_order()
|
||||||
|
@ -1656,6 +1657,7 @@ want to remove all seeding torrents?")):
|
||||||
self.plugins.shutdown_all_plugins()
|
self.plugins.shutdown_all_plugins()
|
||||||
#for the sake of windows, hide tray_icon
|
#for the sake of windows, hide tray_icon
|
||||||
self.tray_icon.set_visible(False)
|
self.tray_icon.set_visible(False)
|
||||||
|
gtk.main_quit()
|
||||||
self.manager.quit()
|
self.manager.quit()
|
||||||
|
|
||||||
## For testing purposes, create a copy of the interface
|
## For testing purposes, create a copy of the interface
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue