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;
}