mirror of
https://github.com/JohnDoee/deluge-streaming/
synced 2026-07-01 07:31:17 -07:00
fixed small bug with unloading
This commit is contained in:
@@ -132,8 +132,8 @@ class GtkUI(GtkPluginBase):
|
||||
|
||||
torrentmenu = component.get("MenuBar").torrentmenu
|
||||
|
||||
file_menu.remove(self.item_torrentmenu)
|
||||
file_menu.remove(self.sep_torrentmenu)
|
||||
torrentmenu.remove(self.item_torrentmenu)
|
||||
torrentmenu.remove(self.sep_torrentmenu)
|
||||
|
||||
self.site.stopFactory()
|
||||
yield self.listening.stopListening()
|
||||
|
||||
Reference in New Issue
Block a user