--- 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()