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

Eli Fidler eli at staikos.net
Thu Mar 1 21:57:00 CET 2007


SVN commit 638405 by fidler:

set display tag correctly on RVectors created from the command line


 M  +1 -1      main.cpp  


--- trunk/extragear/graphics/kst/src/kst/main.cpp #638404:638405
@@ -269,7 +269,7 @@
     }
   }
 
-  V = new KstRVector(file, field, KstObjectTag(KST::suggestVectorName(field), file->tag()), in.f, in.n, in.skip, in.doskip, in.doave);
+  V = new KstRVector(file, field, KstObjectTag(KST::suggestVectorName(field), file->tag(), false), in.f, in.n, in.skip, in.doskip, in.doave);
   if (!V->isValid()) {
     if (file->fileType() == "stdin") {
       startupErrors.append(i18n("Failed to create vector '%1' from file '%2'.  Trying again later.").arg(field).arg(file->fileName()));


More information about the Kst mailing list