[Kst] [Bug 87021] the 'the current plot def has been modified. Do
you want to save it'' dialog is too agressive.
George Staikos
staikos at kde.org
Thu Aug 12 06:14:53 CEST 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=87021
staikos kde org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From staikos kde org 2004-08-12 06:14 -------
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);
}
More information about the Kst
mailing list