Plugins/VcsPlugins/vcsSubversion/SvnNewProjectOptionsDialog.py

changeset 1940
324e43e29b41
parent 1939
eadb2328d7d4
child 2302
f29e9405c851
equal deleted inserted replaced
1939:eadb2328d7d4 1940:324e43e29b41
51 self.localPath = hd 51 self.localPath = hd
52 self.networkPath = "localhost/" 52 self.networkPath = "localhost/"
53 self.localProtocol = True 53 self.localProtocol = True
54 54
55 self.vcsProjectDirEdit.setText(Utilities.toNativeSeparators( 55 self.vcsProjectDirEdit.setText(Utilities.toNativeSeparators(
56 Preferences.getMultiProject("Workspace"))) 56 Preferences.getMultiProject("Workspace") or Utilities.getHomeDir()))
57 57
58 @pyqtSlot() 58 @pyqtSlot()
59 def on_vcsUrlButton_clicked(self): 59 def on_vcsUrlButton_clicked(self):
60 """ 60 """
61 Private slot to display a selection dialog. 61 Private slot to display a selection dialog.

eric ide

mercurial