[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Thu Aug 12 06:14:46 CEST 2004


CVS commit by staikos: 

nothing is modified in Kst until the UI is shown
CCMAIL: 87021-done at 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