diff --git a/deluge/ui/web/js/Deluge.Preferences.Plugins.js b/deluge/ui/web/js/Deluge.Preferences.Plugins.js index 8a7bff2ac..220bba3b7 100644 --- a/deluge/ui/web/js/Deluge.Preferences.Plugins.js +++ b/deluge/ui/web/js/Deluge.Preferences.Plugins.js @@ -142,7 +142,7 @@ Ext.deluge.preferences.Plugins = Ext.extend(Ext.Panel, { this.grid.on('cellclick', this.onCellClick, this); Deluge.Preferences.on('show', this.onPreferencesShow, this); Deluge.Events.on('PluginDisabledEvent', this.onPluginDisabled, this); - Deluge.Events.on('PluginEnabledEvent', this.onPluginsEnabled, this); + Deluge.Events.on('PluginEnabledEvent', this.onPluginEnabled, this); }, disablePlugin: function(plugin) { @@ -242,4 +242,4 @@ Ext.deluge.preferences.Plugins = Ext.extend(Ext.Panel, { this.setInfo(); } }); -Deluge.Preferences.addPage(new Ext.deluge.preferences.Plugins()); \ No newline at end of file +Deluge.Preferences.addPage(new Ext.deluge.preferences.Plugins());