[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Wed Feb 2 04:13:20 CET 2005


CVS commit by staikos: 

only do this if SPF=1
Will most likely break cases where SPF != 1 now.  Testcases appreciated.


  M +1 -1      kstrvector.cpp   1.78


--- kdeextragear-2/kst/kst/kstrvector.cpp  #1.77:1.78
@@ -432,5 +432,5 @@ KstObject::UpdateType KstRVector::doUpda
   checkIntegrity();
 
-  if (DoSkip && Skip < 2) {
+  if (DoSkip && Skip < 2 && SPF == 1) {
     DoSkip = false;
   }




More information about the Kst mailing list