Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py

changeset 3037
a417a0670a36
parent 3024
17c01303a239
child 3060
5883ce99ee12
child 3160
209a07d7e401
--- a/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py	Sat Oct 19 15:15:50 2013 +0200
+++ b/Plugins/VcsPlugins/vcsPySvn/SvnUrlSelectionDialog.py	Sat Oct 19 16:14:07 2013 +0200
@@ -142,11 +142,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