tie up the find more button so it opens the plugins page on the wiki

This commit is contained in:
Damien Churchill 2009-09-14 21:28:02 +00:00
parent 45840727e9
commit dd519f936c
1 changed files with 4 additions and 0 deletions

View File

@ -172,6 +172,10 @@ Ext.deluge.preferences.Plugins = Ext.extend(Ext.Panel, {
}
},
onFindMorePlugins: function() {
window.open('http://dev.deluge-torrent.org/wiki/Plugins');
},
onGotAvailablePlugins: function(plugins) {
this.availablePlugins = plugins;
Deluge.Client.core.get_enabled_plugins({