50 self.vcsUrlPicker.setPathsList(vcsUrlHistory) |
50 self.vcsUrlPicker.setPathsList(vcsUrlHistory) |
51 self.vcsUrlClearHistoryButton.setIcon( |
51 self.vcsUrlClearHistoryButton.setIcon( |
52 UI.PixmapCache.getIcon("editDelete.png")) |
52 UI.PixmapCache.getIcon("editDelete.png")) |
53 self.vcsUrlPicker.setText("") |
53 self.vcsUrlPicker.setText("") |
54 |
54 |
55 ipath = Preferences.getMultiProject("Workspace") or \ |
55 ipath = ( |
|
56 Preferences.getMultiProject("Workspace") or |
56 Utilities.getHomeDir() |
57 Utilities.getHomeDir() |
|
58 ) |
57 self.__initPaths = [ |
59 self.__initPaths = [ |
58 Utilities.fromNativeSeparators(ipath), |
60 Utilities.fromNativeSeparators(ipath), |
59 Utilities.fromNativeSeparators(ipath) + "/", |
61 Utilities.fromNativeSeparators(ipath) + "/", |
60 ] |
62 ] |
61 self.vcsProjectDirPicker.setText(self.__initPaths[0]) |
63 self.vcsProjectDirPicker.setText(self.__initPaths[0]) |