eric6/Debugger/StartDialog.py

changeset 7759
51aa6c6b66f7
parent 7360
9190402e4505
child 7780
41420f82c0ac
diff -r dd54d33d21d2 -r 51aa6c6b66f7 eric6/Debugger/StartDialog.py
--- a/eric6/Debugger/StartDialog.py	Mon Oct 05 19:51:55 2020 +0200
+++ b/eric6/Debugger/StartDialog.py	Tue Oct 06 17:52:44 2020 +0200
@@ -286,7 +286,7 @@
             
             from .StartHistoryEditDialog import StartHistoryEditDialog
             dlg = StartHistoryEditDialog(history, self)
-            if dlg.exec_() == QDialog.Accepted:
+            if dlg.exec() == QDialog.Accepted:
                 history = dlg.getHistory()
                 if historiesIndex == 1:
                     combo = self.ui.cmdlineCombo

eric ide

mercurial