eric6/Plugins/PluginWizardDotDesktop.py

changeset 7759
51aa6c6b66f7
parent 7360
9190402e4505
child 7780
41420f82c0ac
diff -r dd54d33d21d2 -r 51aa6c6b66f7 eric6/Plugins/PluginWizardDotDesktop.py
--- a/eric6/Plugins/PluginWizardDotDesktop.py	Mon Oct 05 19:51:55 2020 +0200
+++ b/eric6/Plugins/PluginWizardDotDesktop.py	Tue Oct 06 17:52:44 2020 +0200
@@ -133,7 +133,7 @@
                 DotDesktopWizardDialog
             )
             dlg = DotDesktopWizardDialog(None)
-            if dlg.exec_() == QDialog.Accepted:
+            if dlg.exec() == QDialog.Accepted:
                 code = dlg.getCode()
                 if code:
                     editor.selectAll()

eric ide

mercurial