Helpviewer/History/HistoryManager.py

changeset 257
e03694226603
parent 168
3383117f894b
child 323
75182cd9b2c5
child 645
3750d548b351
--- a/Helpviewer/History/HistoryManager.py	Sun May 16 18:21:41 2010 +0200
+++ b/Helpviewer/History/HistoryManager.py	Sun May 16 18:47:30 2010 +0200
@@ -440,7 +440,7 @@
                     self.trUtf8("Saving History"),
                     self.trUtf8("""<p>Error moving new history file over old one """
                                 """(<b>{0}</b>).<br/>Reason: {1}</p>""")\
-                        .format(historyFile.fileName(), tempFile.errorString()))
+                        .format(historyFile.fileName(), f.errorString()))
         
         try:
             self.__lastSavedUrl = self.__history[0].url

eric ide

mercurial