[Kst] branches/work/kst/portto4/kst/src/libkst

Barth Netterfield netterfield at astro.utoronto.ca
Tue Mar 24 22:44:12 CET 2009


SVN commit 944036 by netterfield:


Don't crash from the command line...



 M  +1 -1      datasource.cpp  


--- branches/work/kst/portto4/kst/src/libkst/datasource.cpp #944035:944036
@@ -185,7 +185,7 @@
 
 static QList<PluginSortContainer> bestPluginsForSource(const QString& filename, const QString& type) {
   QList<PluginSortContainer> bestPlugins;
-  DataSource::initPlugins();
+  DataSource::init();
 
   PluginList info = _pluginList;
 


More information about the Kst mailing list