Debugger/DebugUI.py

changeset 539
87f9bce38a44
parent 537
72b32daeb8d6
child 553
5af61623ae3c
--- a/Debugger/DebugUI.py	Tue Aug 31 12:36:10 2010 +0200
+++ b/Debugger/DebugUI.py	Tue Aug 31 13:23:27 2010 +0200
@@ -1191,7 +1191,7 @@
                                 """ for the variable <b>{1}</b> already exists.</p>""")\
                             .format(special, 
                                     Utilities.html_encode(cond))
-                QMessageBox.warning(None,
+                E5MessageBox.warning(self,
                     self.trUtf8("Watch expression already exists"),
                     msg)
                 model.deleteWatchPointByIndex(index)

eric ide

mercurial