CVS commit by staikos: aha, I see what I did wrong. :) M +2 -2 kstdoc.cpp 1.122 --- kdeextragear-2/kst/kst/kstdoc.cpp #1.121:1.122 @@ -613,6 +613,6 @@ void KstDoc::samplesEnd() { for (int i = 0; i < (int)rvl.count(); i++) { V = rvl[i]; - f0 = V->reqStartFrame(); - n = -1; + f0 = -1; + n = V->numFrames(); skip = V->skip(); doSkip = V->doSkip();