[Kst] extragear/graphics/kst/kst

Andrew Walker arwalker at sumusltd.com
Wed Jun 8 01:04:28 CEST 2005


SVN commit 423263 by arwalker:

This removes the problem of having the linefit plugin always displayed as loaded in the plugin manager. Doesn't seem to create any problems anywhere else.

 M  +2 -14     kstplugindialog_i.cpp  


--- trunk/extragear/graphics/kst/kst/kstplugindialog_i.cpp #423262:423263
@@ -179,23 +179,11 @@
 }
 
 
-void KstPluginDialogI::_fillFieldsForNew() {
+void KstPluginDialogI::_fillFieldsForNew() { 
   updatePluginList();
-
-  KstPluginList plugins = kstObjectSubList<KstDataObject, KstPlugin>(KST::dataObjectList);
-
-  /* set tag name */
-  _tagName->setText(plugin_defaultTag);
-
-  updatePluginList();
-
   PluginCombo->setCurrentItem(0);
   pluginChanged(PluginCombo->currentItem());
-  PluginCombo->setEnabled(true);
-
-  KstSharedPtr<Plugin> plugin = PluginCollection::self()->plugin(_pluginList[PluginCombo->currentItem()]);
-
-  fillVectorScalarCombos(plugin);
+  _tagName->setText(plugin_defaultTag); 
 }
 
 


More information about the Kst mailing list