eric6/WebBrowser/Session/SessionManager.py

changeset 7759
51aa6c6b66f7
parent 7360
9190402e4505
child 7771
787a6b3f8c9f
diff -r dd54d33d21d2 -r 51aa6c6b66f7 eric6/WebBrowser/Session/SessionManager.py
--- a/eric6/WebBrowser/Session/SessionManager.py	Mon Oct 05 19:51:55 2020 +0200
+++ b/eric6/WebBrowser/Session/SessionManager.py	Tue Oct 06 17:52:44 2020 +0200
@@ -714,7 +714,7 @@
                     )
             combo.setCurrentIndex(0)
             
-            if dlg.exec_() == QDialog.Accepted:
+            if dlg.exec() == QDialog.Accepted:
                 session = combo.currentData()
                 if session is None:
                     self.__lastActiveSession = self.__sessionDefault

eric ide

mercurial