Module: deluge
Branch: master
Commit: 8d02fc3db6120cf60d7598a822e9bcb5ad83cfb7

Author: Andrew Resch <[email protected]>
Date:   Tue Apr 20 08:50:20 2010 -0700

Fix #1238 starting plugins in the gtkui

---

 deluge/ui/gtkui/pluginmanager.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/deluge/ui/gtkui/pluginmanager.py b/deluge/ui/gtkui/pluginmanager.py
index fa9931b..27c09ff 100644
--- a/deluge/ui/gtkui/pluginmanager.py
+++ b/deluge/ui/gtkui/pluginmanager.py
@@ -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

-- 
You received this message because you are subscribed to the Google Groups 
"deluge-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/deluge-commit?hl=en.

Reply via email to