Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3037
a417a0670a36
child 3145
a9de05d4a22f
diff -r 0a02c433f52d -r 5883ce99ee12 Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py
--- a/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py	Sun Nov 03 15:58:22 2013 +0100
@@ -144,11 +144,11 @@
         """
         if self.vcs.otherData["standardLayout"]:
             url1 = self.repoRootLabel1.text() + \
-                   self.typeCombo1.currentText() + \
-                   self.labelCombo1.currentText()
+                self.typeCombo1.currentText() + \
+                self.labelCombo1.currentText()
             url2 = self.repoRootLabel2.text() + \
-                   self.typeCombo2.currentText() + \
-                   self.labelCombo2.currentText()
+                self.typeCombo2.currentText() + \
+                self.labelCombo2.currentText()
         else:
             url1 = self.labelCombo1.currentText()
             url2 = self.labelCombo2.currentText()

eric ide

mercurial