[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Sep 28 16:50:23 CEST 2004
CVS commit by staikos:
don't use 100% of Marc-Antoine's CPU
M +1 -1 kstrvector.cpp 1.59
--- kdeextragear-2/kst/kst/kstrvector.cpp #1.58:1.59
@@ -73,5 +73,5 @@ KstRVector::KstRVector(QDomElement &e, c
} else if (e.tagName() == "skip") {
in_skip = e.text().toInt();
- in_DoSkip = true;
+ in_DoSkip = in_skip > 0;
} else if (e.tagName() == "doAve") {
in_DoAve = true;
More information about the Kst
mailing list