Module: deluge
Branch: 1.3-stable
Commit: 28ce7a70a00ed6b8dd0d7612810d75cc6c64bc71

Author: Damien Churchill <[email protected]>
Date:   Sun Oct 24 13:30:39 2010 +0100

apply patch from #1377

---

 .../web/js/deluge-all/preferences/PluginsPage.js   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/deluge/ui/web/js/deluge-all/preferences/PluginsPage.js 
b/deluge/ui/web/js/deluge-all/preferences/PluginsPage.js
index a9b4d7d..d963d1f 100644
--- a/deluge/ui/web/js/deluge-all/preferences/PluginsPage.js
+++ b/deluge/ui/web/js/deluge-all/preferences/PluginsPage.js
@@ -232,9 +232,9 @@ Deluge.preferences.Plugins = Ext.extend(Ext.Panel, {
        },
 
        onPluginEnabled: function(pluginName) {
-               var index = this.grid.getStore().find('plugin', pluginName);
+               var index = this.list.getStore().find('plugin', pluginName);
                if (index == -1) return;
-               var plugin = this.grid.getStore().getAt(index);
+               var plugin = this.list.getStore().getAt(index);
                plugin.set('enabled', true);
                plugin.commit();
        },

-- 
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