Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.py

changeset 2963
745d38097b7f
parent 2302
f29e9405c851
child 3009
bf5ae5d7477d
--- a/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.py	Sun Sep 29 15:08:57 2013 +0200
+++ b/Plugins/VcsPlugins/vcsSubversion/SvnMergeDialog.py	Sun Sep 29 15:23:19 2013 +0200
@@ -48,8 +48,6 @@
     def __enableOkButton(self):
         """
         Private method used to enable/disable the OK-button.
-        
-        @param text ignored
         """
         self.okButton.setDisabled(
             self.tag1Combo.currentText() != "" or \
@@ -64,12 +62,16 @@
     def on_tag1Combo_editTextChanged(self, text):
         """
         Private slot to handle the tag1Combo editTextChanged signal.
+        
+        @param text text of the combo (string)
         """
         self.__enableOkButton()
         
     def on_tag2Combo_editTextChanged(self, text):
         """
         Private slot to handle the tag2Combo editTextChanged signal.
+        
+        @param text text of the combo (string)
         """
         self.__enableOkButton()
         

eric ide

mercurial