[Kst] kst_hfi_calib_branch: kdeextragear-2/kst/kst
    George Staikos 
    staikos at kde.org
       
    Wed Nov 10 13:46:01 CET 2004
    
    
  
CVS commit by staikos: 
major bugfix: plugin combo is disabled for new plugins after trying to edit a
plugin that's in use.
  M +1 -0      kstplugindialog_i.cpp   1.95.2.1
--- kdeextragear-2/kst/kst/kstplugindialog_i.cpp  #1.95:1.95.2.1
@@ -184,4 +184,5 @@ void KstPluginDialogI::_fillFieldsForNew
   PluginCombo->setCurrentItem(0);
   pluginChanged(PluginCombo->currentItem());
+  PluginCombo->setEnabled(true);
 
   KstSharedPtr<Plugin> plugin = PluginCollection::self()->plugin(_pluginList[PluginCombo->currentItem()]);
    
    
More information about the Kst
mailing list