diff -r 67064c71df21 -r ca4a0a322c44 Project/ProjectTranslationsBrowser.py --- 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():