Project/ProjectTranslationsBrowser.py

changeset 3028
ca4a0a322c44
parent 3020
542e97d4ecb3
child 3029
4055a15ce0f2
--- a/Project/ProjectTranslationsBrowser.py	Wed Oct 16 15:16:54 2013 +0200
+++ b/Project/ProjectTranslationsBrowser.py	Fri Oct 18 17:58:59 2013 +0200
@@ -1089,7 +1089,6 @@
         @param exitCode exit code of the process (integer)
         @param exitStatus exit status of the process (QProcess.ExitStatus)
         """
-        self.lreleaseProcRunning = False
         if exitStatus == QProcess.NormalExit and exitCode == 0:
             ui = e5App().getObject("UserInterface")
             if ui.notificationsEnabled():

eric ide

mercurial