[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Tue Dec 16 23:52:10 CET 2003


CVS commit by arwalker: 

Do not call DataFileEntry->setEnabled( false ) in update( ... ) when we have
valid vectors as the user may have checked the SourceDataFile option,
in which case the DataFileEntry should be enabled.


  M +0 -1      kstquickpsddialog_i.cpp   1.25


--- kdeextragear-2/kst/kst/kstquickpsddialog_i.cpp  #1.24:1.25
@@ -107,5 +107,4 @@ void KstQuickPSDDialogI::update() {
     DoSkip->setChecked(v0->doSkip());
     DoFilter->setChecked(v0->doAve());
-    DataFileEntry->setEnabled(false);
   } else {
     SourceVector->setChecked(false);





More information about the Kst mailing list