mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 00:48:41 +00:00
Let the Core fire the PluginDisabled event instead of disabling the plugin right away
This commit is contained in:
parent
acb4ab44d2
commit
2542ad9234
1 changed files with 0 additions and 1 deletions
|
@ -974,7 +974,6 @@ class Preferences(component.Component):
|
||||||
client.core.enable_plugin(name)
|
client.core.enable_plugin(name)
|
||||||
else:
|
else:
|
||||||
client.core.disable_plugin(name)
|
client.core.disable_plugin(name)
|
||||||
component.get("PluginManager").disable_plugin(name)
|
|
||||||
|
|
||||||
def on_plugin_selection_changed(self, treeselection):
|
def on_plugin_selection_changed(self, treeselection):
|
||||||
log.debug("on_plugin_selection_changed")
|
log.debug("on_plugin_selection_changed")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue