[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Fri Jan 9 04:30:03 CET 2004


CVS commit by staikos: 

One filtered vector point in the list is sufficient.


  M +2 -1      kstdoc.cpp   1.49


--- kdeextragear-2/kst/kst/kstdoc.cpp  #1.48:1.49
@@ -220,5 +220,6 @@ bool KstDoc::openDocument(const KURL &ur
         KST::filterSetList.append(new KstFilterSet(e));
       } else if (e.tagName() == "filteredvector") {
-        KST::vectorList.append(new KstFilteredVector(e));
+        new KstFilteredVector(e);
+        // Vectors are automatically added to the global list.
       } else if (e.tagName() == "plugin") {
         KST::dataObjectList.append(new KstPlugin(e));





More information about the Kst mailing list