From 7a3b164060a74c29e42aa1f189423483b42d66bc Mon Sep 17 00:00:00 2001 From: DjLegolas Date: Tue, 12 Jun 2018 03:50:30 +0300 Subject: [PATCH] [WebUi] Fixed Install Plugin window creation --- deluge/ui/web/js/deluge-all/preferences/InstallPluginWindow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({