Corrected a little omission in the Mercurial command dialog. 5_5_x

Sun, 19 Oct 2014 12:26:01 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 19 Oct 2014 12:26:01 +0200
branch
5_5_x
changeset 3876
34eccb2fd1a8
parent 3875
21d3683ed656
child 3878
935dc093d750

Corrected a little omission in the Mercurial command dialog.

Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py file | annotate | diff | comparison | revisions
--- a/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py	Sun Oct 19 11:39:57 2014 +0200
+++ b/Plugins/VcsPlugins/vcsMercurial/HgCommandDialog.py	Sun Oct 19 12:26:01 2014 +0200
@@ -9,6 +9,7 @@
 
 from __future__ import unicode_literals
 
+from PyQt4.QtCore import pyqtSlot
 from PyQt4.QtGui import QDialog, QDialogButtonBox
 
 from .Ui_HgCommandDialog import Ui_HgCommandDialog
@@ -53,6 +54,7 @@
         msh = self.minimumSizeHint()
         self.resize(max(self.width(), msh.width()), msh.height())
     
+    @pyqtSlot(str)
     def on_commandCombo_editTextChanged(self, text):
         """
         Private method used to enable/disable the OK-button.

eric ide

mercurial