mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-24 11:22:34 +00:00
Fix #1238 starting plugins in the gtkui
This commit is contained in:
parent
112b0dc1f0
commit
8d02fc3db6
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class PluginManager(deluge.pluginmanagerbase.PluginManagerBase,
|
|||
# Update the enabled_plugins from the core
|
||||
client.core.get_enabled_plugins().addCallback(self._on_get_enabled_plugins)
|
||||
for instance in self.plugins.values():
|
||||
component.start(instance.plugin.get_component_name())
|
||||
component.start(instance.plugin._component_name)
|
||||
|
||||
def stop(self):
|
||||
# Disable the plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue