Helpviewer/History/HistoryMenu.py

changeset 538
7f1a56e80124
parent 535
4b00d7336e19
child 541
00e1a5d060c5
diff -r 72b32daeb8d6 -r 7f1a56e80124 Helpviewer/History/HistoryMenu.py
--- a/Helpviewer/History/HistoryMenu.py	Tue Aug 31 12:17:02 2010 +0200
+++ b/Helpviewer/History/HistoryMenu.py	Tue Aug 31 12:36:10 2010 +0200
@@ -301,11 +301,11 @@
         Private slot to clear the history.
         """
         if self.__historyManager is not None and \
-           QMessageBox.question(None,
+           E5MessageBox.question(self,
                 self.trUtf8("Clear History"),
                 self.trUtf8("""Do you want to clear the history?"""),
                 QMessageBox.StandardButtons(\
                     QMessageBox.No | \
                     QMessageBox.Yes),
                 QMessageBox.No) == QMessageBox.Yes:
-            self.__historyManager.clear()
+            self.__historyManager.clear()
\ No newline at end of file

eric ide

mercurial