[Kst] branches/kst/1.3/kst/src/kst

George Staikos staikos at kde.org
Fri Sep 22 18:08:26 CEST 2006


SVN commit 587398 by staikos:

backport regression fix for vector creation from commandline


 M  +2 -0      main.cpp  


--- branches/kst/1.3/kst/src/kst/main.cpp #587397:587398
@@ -278,6 +278,8 @@
       startupErrors.append(i18n("Failed to create vector '%1' from file '%2'.").arg(field).arg(file->fileName()));
       V = 0L;
     }
+  } else {
+    KST::addVectorToList(V);
   }
 
   return V;


More information about the Kst mailing list