Fixed a little bug in the plug-in install dialog. 5_4_x

Wed, 23 Apr 2014 18:44:52 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 23 Apr 2014 18:44:52 +0200
branch
5_4_x
changeset 3530
1898d204656d
parent 3519
d4b642e067e3
child 3543
be1eb4e203c0

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

eric ide

mercurial