51 |
51 |
52 self.localPath = hd |
52 self.localPath = hd |
53 self.networkPath = "localhost/" |
53 self.networkPath = "localhost/" |
54 self.localProtocol = True |
54 self.localProtocol = True |
55 |
55 |
56 ipath = Preferences.getMultiProject("Workspace") or \ |
56 ipath = ( |
|
57 Preferences.getMultiProject("Workspace") or |
57 Utilities.getHomeDir() |
58 Utilities.getHomeDir() |
|
59 ) |
58 self.__initPaths = [ |
60 self.__initPaths = [ |
59 Utilities.fromNativeSeparators(ipath), |
61 Utilities.fromNativeSeparators(ipath), |
60 Utilities.fromNativeSeparators(ipath) + "/", |
62 Utilities.fromNativeSeparators(ipath) + "/", |
61 ] |
63 ] |
62 self.vcsProjectDirPicker.setText(self.__initPaths[0]) |
64 self.vcsProjectDirPicker.setText(self.__initPaths[0]) |