Bug 88080

Summary: Disable plugin changing if refcount > 0
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: George Staikos <staikos>
Status: RESOLVED FIXED    
Severity: normal    
Priority: HI    
Version: 1.x   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrew Walker 2004-08-26 00:36:16 UTC
Version:           0.99(devel) (using KDE KDE 3.2.1)
OS:                Linux

Disable plugin changing if refcount > 0 (i.e. it is in use).
Comment 1 George Staikos 2004-10-15 12:11:19 UTC
CVS commit by staikos: 

Don't let the user change plugins when the plugin is in use already
CCMAIL: 88080-done@bugs.kde.org


  M +7 -1      kstplugindialog_i.cpp   1.90


--- kdeextragear-2/kst/kst/kstplugindialog_i.cpp  #1.89:1.90
@@ -148,4 +151,5 @@ void KstPluginDialogI::_fillFieldsForEdi
 
   fillVectorScalarCombos(DP->plugin());
+  PluginCombo->setEnabled(DP->getUsage() < 2);
   DP->readUnlock();