Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.py

changeset 3034
7ce719013078
parent 3009
bf5ae5d7477d
child 3037
a417a0670a36
--- a/Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.py	Sat Oct 19 12:28:12 2013 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnMergeDialog.py	Sat Oct 19 13:03:39 2013 +0200
@@ -53,11 +53,11 @@
         Private method used to enable/disable the OK-button.
         """
         self.okButton.setDisabled(
-            self.tag1Combo.currentText() == "" or \
-            self.tag2Combo.currentText() == "" or \
-            not ((self.rx_url.exactMatch(self.tag1Combo.currentText()) and \
-                  self.rx_url.exactMatch(self.tag2Combo.currentText())) or \
-                 (self.rx_rev.exactMatch(self.tag1Combo.currentText()) and \
+            self.tag1Combo.currentText() == "" or
+            self.tag2Combo.currentText() == "" or
+            not ((self.rx_url.exactMatch(self.tag1Combo.currentText()) and
+                  self.rx_url.exactMatch(self.tag2Combo.currentText())) or
+                 (self.rx_rev.exactMatch(self.tag1Combo.currentText()) and
                   self.rx_rev.exactMatch(self.tag2Combo.currentText()))
                 )
             )

eric ide

mercurial