[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Tue May 13 00:47:06 CEST 2003


CVS commit by staikos: 

initialise the plugin code at startup


  M +4 -0      main.cpp   1.9


--- kdeextragear-2/kst/kst/main.cpp  #1.8:1.9
@@ -29,4 +29,5 @@
 #include "kstdoc.h"
 #include "kstvcurvelist.h"
+#include "plugincollection.h"
 
 static const char *description =
@@ -259,4 +260,7 @@ int main(int argc, char *argv[]) {
 
     CheckForCMDErrors(args);
+
+    // Initialise the plugin loader and collection.
+    PluginCollection::self();
 
     /* get Y axis collums */




More information about the Kst mailing list