eric6/Tools/TrayStarter.py

changeset 7759
51aa6c6b66f7
parent 7533
88261c96484b
child 7761
ed2c67d20328
diff -r dd54d33d21d2 -r 51aa6c6b66f7 eric6/Tools/TrayStarter.py
--- a/eric6/Tools/TrayStarter.py	Mon Oct 05 19:51:55 2020 +0200
+++ b/eric6/Tools/TrayStarter.py	Tue Oct 06 17:52:44 2020 +0200
@@ -478,7 +478,7 @@
         dlg.preferencesChanged.connect(self.preferencesChanged)
         dlg.show()
         dlg.showConfigurationPageByName("trayStarterPage")
-        dlg.exec_()
+        dlg.exec()
         QApplication.processEvents()
         if dlg.result() == QDialog.Accepted:
             dlg.setPreferences()
@@ -499,7 +499,7 @@
         """
         from Plugins.AboutPlugin.AboutDialog import AboutDialog
         dlg = AboutDialog()
-        dlg.exec_()
+        dlg.exec()
     
     def __showVersions(self):
         """

eric ide

mercurial