Wed, 23 Apr 2014 18:44:52 +0200
Fixed a little bug in the plug-in install dialog.
(grafted from fe95bb87d3c8345a3d364257f5be5361cfe5b94c)
PluginManager/PluginInstallDialog.py | file | annotate | diff | comparison | revisions |
--- a/PluginManager/PluginInstallDialog.py Fri Apr 18 15:07:48 2014 +0200 +++ b/PluginManager/PluginInstallDialog.py Wed Apr 23 18:44:52 2014 +0200 @@ -204,8 +204,8 @@ self.__currentIndex += 1 self.__selectPage() elif button == self.__finishButton: + self.__finishButton.setEnabled(False) self.__installPlugins() - self.__finishButton.setEnabled(False) self.__closeButton.show() self.__cancelButton.hide()