clearing up preferences, attempting compilation

This commit is contained in:
benfry
2003-11-10 20:57:11 +00:00
parent 2c5d14b9c3
commit 53bb933a61
5 changed files with 42 additions and 19 deletions

View File

@@ -187,7 +187,8 @@ public class PdeHistory {
if (noPreviousHistory) {
// to get add the actual menu, to get the 'clear' item in there
rebuildMenu(historyFile.getPath());
//rebuildMenu(historyFile.getPath());
rebuildMenu();
}
} catch (IOException e) {
@@ -287,7 +288,8 @@ public class PdeHistory {
PdeBase.showWarning("History Problem",
"Could not erase history", null);
}
rebuildMenu(historyFile.getPath());
rebuildMenu();
//PdeHistory.this.rebuildMenu(historyFile.getPath());
}
});
menu.add(item);