69 |
69 |
70 reposRoot = rx_base.cap(1) |
70 reposRoot = rx_base.cap(1) |
71 self.repoRootLabel1.setText(reposRoot) |
71 self.repoRootLabel1.setText(reposRoot) |
72 self.repoRootLabel2.setText(reposRoot) |
72 self.repoRootLabel2.setText(reposRoot) |
73 else: |
73 else: |
74 ppath = e4App().getObject('Project').getProjectPath() |
74 ppath = e5App().getObject('Project').getProjectPath() |
75 if path != ppath: |
75 if path != ppath: |
76 path = path.replace(ppath, '') |
76 path = path.replace(ppath, '') |
77 reposURL = reposURL.replace(path, '') |
77 reposURL = reposURL.replace(path, '') |
78 self.repoRootLabel1.hide() |
78 self.repoRootLabel1.hide() |
79 self.typeCombo1.hide() |
79 self.typeCombo1.hide() |