[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Tue Aug 31 20:46:27 CEST 2004


CVS commit by arwalker: 

Don't display the Creating PSDs... status message if none are being created.


  M +1 -1      datawizard.ui.h   1.81


--- kdeextragear-2/kst/kst/datawizard.ui.h  #1.80:1.81
@@ -568,7 +568,7 @@ void DataWizard::finished()
     // create the PSDs...
     //
+        if (_radioButtonPlotPSD->isChecked() || _radioButtonPlotDataPSD->isChecked()) {
     app->slotUpdateProgress(n_steps, prg, i18n("Creating PSDs..."));
     for (KstVectorList::Iterator it = l.begin(); it != l.end(); ++it) {
-        if (_radioButtonPlotPSD->isChecked() || _radioButtonPlotDataPSD->isChecked()) {
             if ((*it)->length() > 0) {
                 name = KST::suggestPSDName((*it)->tagName());





More information about the Kst mailing list