fix for ignored "save changes" bug, and preparing release 104.

This commit is contained in:
benfry
2006-02-27 23:06:35 +00:00
parent 94065bf9ac
commit 29050bea16
6 changed files with 87 additions and 41 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ public class EditorStatus extends JPanel implements ActionListener {
} else if (e.getSource() == yesButton) {
// answer was in response to "save changes?"
unprompt();
editor.handleSave();
editor.handleSave(true);
editor.checkModified2();
} else if (e.getSource() == cancelButton) {