Summary: | the 'the current plot def has been modified. Do you want to save it'' dialog is too agressive. | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Netterfield <netterfield> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Netterfield
2004-08-12 05:42:59 UTC
CVS commit by staikos: nothing is modified in Kst until the UI is shown CCMAIL: 87021-done@bugs.kde.org M +3 -1 main.cpp 1.72 --- kdeextragear-2/kst/kst/main.cpp #1.71:1.72 @@ -32,11 +32,12 @@ #include "kstdatacollection.h" #include "kstdefaultnames.h" +#include "kstdoc.h" #include "kstequationcurve.h" #include "ksthistogram.h" #include "kstlegend.h" #include "kstpsdcurve.h" +#include "ksttoplevelview.h" #include "kstvcurve.h" #include "kstversion.h" -#include "ksttoplevelview.h" #include "plugincollection.h" @@ -637,4 +638,5 @@ int main(int argc, char *argv[]) { kst->show(); kst->updateDialogs(); + kst->document()->setModified(false); } |