[Kst] kdeextragear-2/kst/kst

George Staikos staikos at kde.org
Thu Oct 28 20:51:11 CEST 2004


CVS commit by staikos: 

- minor makefile change
- a little failsafe for the plugin loader


  M +1 -1      Makefile.am   1.156
  M +1 -1      plugincollection.cpp   1.21


--- kdeextragear-2/kst/kst/Makefile.am  #1.155:1.156
@@ -55,4 +55,5 @@
         kstwaitcondition_unix.cpp \
         kstdatadialog.ui \
+        stringselector.ui \
         draggablelistbox.cpp \
         plotlistbox.cpp \
@@ -139,5 +140,4 @@
         datawizard.ui \
         matrixselector.ui \
-        stringselector.ui \
         stringeditor.ui \
         scalarselector.ui \

--- kdeextragear-2/kst/kst/plugincollection.cpp  #1.20:1.21
@@ -151,5 +151,5 @@ void PluginCollection::unloadAllPlugins(
 
 KstSharedPtr<Plugin> PluginCollection::plugin(const QString& name) {
-  if (!_plugins.contains(name)) {
+  if (!_plugins.contains(name) || _plugins[name] == 0L) {
     if (!_installedPluginNames.contains(name)) {
       rescan();





More information about the Kst mailing list