[Kst] extragear/graphics/kst/src/libkstmath

George Staikos staikos at kde.org
Thu Nov 23 21:27:40 CET 2006


SVN commit 607243 by staikos:

That's a pretty funny bug in some non-compiled code.


 M  +1 -1      kstplugin.cpp  


--- trunk/extragear/graphics/kst/src/libkstmath/kstplugin.cpp #607242:607243
@@ -124,7 +124,7 @@
           }
           m->setProvider(this);
           _outputMatrices.insert((*it)._name, m);
-          KST::addVectorToList(v);
+          KST::addMatrixToList(m);
         }
 #endif
       } else if ((*it)._type == Plugin::Data::IOValue::FloatType) {


More information about the Kst mailing list