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

George Staikos staikos at kde.org
Thu Nov 23 21:34:25 CET 2006


SVN commit 607245 by staikos:

Another gem found by inspection. :-)


 M  +0 -1      kstdoc.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/kstdoc.cpp #607244:607245
@@ -378,7 +378,6 @@
         KST::addVectorToList(KstVectorPtr(svector));
       } else if (e.tagName() == "avector") {
         KstAVectorPtr avector = new KstAVector(e);
-        avector = new KstAVector(e);
         KST::addVectorToList(KstVectorPtr(avector));
       } else if (e.tagName() == "plugin") {
         KstDataObjectPtr p = new KstPlugin(e);


More information about the Kst mailing list