ProjectDjangoTagsMenu/MultiLineInputDialog.py

changeset 49
ef6c805ae218
parent 47
825bf5861f89
child 51
29c461f7bea0
--- a/ProjectDjangoTagsMenu/MultiLineInputDialog.py	Tue Jun 23 17:52:47 2020 +0200
+++ b/ProjectDjangoTagsMenu/MultiLineInputDialog.py	Wed Oct 14 18:55:22 2020 +0200
@@ -50,7 +50,7 @@
         """
         dlg = MultiLineInputDialog(label, default, parent)
         dlg.setWindowTitle(title)
-        if dlg.exec_() == QDialog.Accepted:
+        if dlg.exec() == QDialog.Accepted:
             return dlg.getData(), True
         else:
             return "", False

eric ide

mercurial