eric6/WebBrowser/PersonalInformationManager/PersonalInformationManager.py

changeset 7759
51aa6c6b66f7
parent 7533
88261c96484b
child 7781
607a6098cb44
diff -r dd54d33d21d2 -r 51aa6c6b66f7 eric6/WebBrowser/PersonalInformationManager/PersonalInformationManager.py
--- a/eric6/WebBrowser/PersonalInformationManager/PersonalInformationManager.py	Mon Oct 05 19:51:55 2020 +0200
+++ b/eric6/WebBrowser/PersonalInformationManager/PersonalInformationManager.py	Tue Oct 06 17:52:44 2020 +0200
@@ -125,7 +125,7 @@
         """
         from .PersonalDataDialog import PersonalDataDialog
         dlg = PersonalDataDialog()
-        if dlg.exec_() == QDialog.Accepted:
+        if dlg.exec() == QDialog.Accepted:
             dlg.storeData()
             self.__loadSettings()
     

eric ide

mercurial