Bug 88080 - Disable plugin changing if refcount > 0
Summary: Disable plugin changing if refcount > 0
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: unspecified Linux
: HI normal
Target Milestone: ---
Assignee: George Staikos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-26 00:36 UTC by Andrew Walker
Modified: 2004-10-15 12:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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();