[Kst] kdeextragear-2/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Sat Sep 20 17:04:57 CEST 2003
CVS commit by netterfield:
Fixed "Exiting Bug"
M +4 -5 kst.cpp 1.51
--- kdeextragear-2/kst/kst/kst.cpp #1.50:1.51
@@ -628,10 +628,9 @@ void KstApp::slotFileSaveAs() {
void KstApp::slotFileClose() {
-
+ if (doc->saveModified()) {
doc->cancelUpdate();
stopping = true;
kapp->processEvents();
- if (doc->saveModified()) {
doc->deleteContents();
close();
More information about the Kst
mailing list