Corrected a little omission in the Mercurial command dialog.

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 19 Oct 2014 12:26:01 +0200
changeset 3874
913d3c607534
parent 3873
52e44def50d0
child 3877
a0bde755c145

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 PyQt5.QtCore import pyqtSlot
 from PyQt5.QtWidgets 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