[Kst] extragear/graphics/kst/src/extensions/js

Duncan Hanson duncan.hanson at gmail.com
Sun Mar 18 23:18:06 CET 2007


SVN commit 643970 by dhanson:

i hope that i can commit this without a patch. it's clearly just a typo.

 M  +1 -1      bind_curve.cpp  


--- trunk/extragear/graphics/kst/src/extensions/js/bind_curve.cpp #643969:643970
@@ -492,7 +492,7 @@
   if (d) {
     KstReadLocker rl(d);
     KstVectorPtr vp = d->yVector();
-    if (!vp) {
+    if (vp) {
       return KJS::Object(new KstBindVector(exec, vp));
     }
   }


More information about the Kst mailing list