DataViews/PyProfileDialog.py

changeset 539
87f9bce38a44
parent 537
72b32daeb8d6
child 791
9ec2ac20e54e
diff -r 7f1a56e80124 -r 87f9bce38a44 DataViews/PyProfileDialog.py
--- a/DataViews/PyProfileDialog.py	Tue Aug 31 12:36:10 2010 +0200
+++ b/DataViews/PyProfileDialog.py	Tue Aug 31 13:23:27 2010 +0200
@@ -208,7 +208,7 @@
         
         fname = "{0}.profile".format(self.basename)
         if not os.path.exists(fname):
-            QMessageBox.warning(None,
+            E5MessageBox.warning(self,
                 self.trUtf8("Profile Results"),
                 self.trUtf8("""<p>There is no profiling data"""
                             """ available for <b>{0}</b>.</p>""")

eric ide

mercurial