[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Thu Oct 21 19:27:18 CEST 2004
CVS commit by arwalker:
Also for 90933.
CCMAIL: 90933 at bugs.kde.org
M +1 -1 kst.cpp 1.248
--- kdeextragear-2/kst/kst/kst.cpp #1.247:1.248
@@ -292,5 +292,5 @@ void KstApp::customEvent(QCustomEvent *p
QTextStream *pTextStream = (QTextStream*)pEvent->data();
if (document()) {
- document()->saveDocument(*pTextStream);
+ document()->saveDocument(*pTextStream, true);
}
} else if (pEvent->type() == KstELOGCaptureEvent) {
More information about the Kst
mailing list