[Kst] branches/work/kst/1.5/kst/src/kst
Andrew Walker
arwalker at sumusltd.com
Thu May 24 22:51:13 CEST 2007
SVN commit 668032 by arwalker:
copy change from trunk
M +3 -1 main.cpp
--- branches/work/kst/1.5/kst/src/kst/main.cpp #668031:668032
@@ -802,12 +802,14 @@
kst->immediatePrintToPng(pngfile);
}
+ kst->document()->setModified(false);
+
if (print_and_exit) {
delete kst;
return 0;
} else {
kst->updateDialogs();
-
+
if (showQuickStart) {
kst->showQuickStartDialog();
}
More information about the Kst
mailing list