Added a forgotten line of code to the Mercurial log browser dialog.

Tue, 30 Aug 2011 18:19:32 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 30 Aug 2011 18:19:32 +0200
changeset 1248
7d0eff6435a9
parent 1247
a6bedc641fcd
child 1249
77f836a883c1

Added a forgotten line of code to the Mercurial log browser dialog.

Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Tue Aug 30 18:18:45 2011 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgLogBrowserDialog.py	Tue Aug 30 18:19:32 2011 +0200
@@ -672,6 +672,7 @@
             procStarted = self.process.waitForStarted()
             if not procStarted:
                 self.inputGroup.setEnabled(False)
+                self.inputGroup.hide()
                 E5MessageBox.critical(self,
                     self.trUtf8('Process Generation Error'),
                     self.trUtf8(

eric ide

mercurial