[Kst] extragear/graphics/kst/src/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Thu May 24 22:35:22 CEST 2007
SVN commit 668027 by netterfield:
A kst session from the command line should be considered unmodified
(until it is modified).
M +2 -2 main.cpp
--- trunk/extragear/graphics/kst/src/kst/main.cpp #668026:668027
@@ -796,13 +796,14 @@
kst->forceUpdate();
kst->immediatePrintToPng(pngfile);
}
+ kst->document()->setModified(false);
if (print_and_exit) {
delete kst;
return 0;
} else {
kst->updateDialogs();
-
+
if (showQuickStart) {
kst->showQuickStartDialog();
}
@@ -820,7 +821,6 @@
delete kst;
return rc;
}
-
return app.exec();
}
// vim: ts=2 sw=2 et
More information about the Kst
mailing list