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

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) { onGotAvailablePlugins: function(plugins) {
this.availablePlugins = plugins; this.availablePlugins = plugins;
Deluge.Client.core.get_enabled_plugins({ Deluge.Client.core.get_enabled_plugins({