Little enhancement to the start dialogs. 6_1_x

Sat, 28 Nov 2015 13:15:34 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 28 Nov 2015 13:15:34 +0100
branch
6_1_x
changeset 4580
f8aa20644a16
parent 4571
4745a21ce5ef
child 4583
f633fdfa7783

Little enhancement to the start dialogs.

Debugger/StartDialog.py file | annotate | diff | comparison | revisions
--- a/Debugger/StartDialog.py	Sat Nov 21 14:44:46 2015 +0100
+++ b/Debugger/StartDialog.py	Sat Nov 28 13:15:34 2015 +0100
@@ -127,6 +127,8 @@
         Private method used to open a directory selection dialog.
         """
         cwd = self.ui.workdirCombo.currentText()
+        if not cwd:
+            cwd = Preferences.getMultiProject("Workspace")
         d = E5FileDialog.getExistingDirectory(
             self,
             self.tr("Working directory"),

eric ide

mercurial