[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Wed Sep 22 06:02:03 CEST 2004


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();





More information about the Kst mailing list