diff --git a/deluge/ui/web/js/deluge-all/preferences/InstallPluginWindow.js b/deluge/ui/web/js/deluge-all/preferences/InstallPluginWindow.js index 0662833d0..b437ea97f 100644 --- a/deluge/ui/web/js/deluge-all/preferences/InstallPluginWindow.js +++ b/deluge/ui/web/js/deluge-all/preferences/InstallPluginWindow.js @@ -28,7 +28,7 @@ Deluge.preferences.InstallPluginWindow = Ext.extend(Ext.Window, { plain: true, initComponent: function() { - Deluge.add.FileWindow.superclass.initComponent.call(this); + Deluge.preferences.InstallPluginWindow.superclass.initComponent.call(this); this.addButton(_('Install'), this.onInstall, this); this.form = this.add({