mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
fix enabling plugins on the fly
This commit is contained in:
parent
a4e8d1eb46
commit
7650ebc373
1 changed files with 2 additions and 2 deletions
|
@ -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());
|
||||
Deluge.Preferences.addPage(new Ext.deluge.preferences.Plugins());
|
||||
|
|
Loading…
Add table
Reference in a new issue