Summary: | Disable plugin changing if refcount > 0 | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
Component: | general | Assignee: | George Staikos <staikos> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | HI | ||
Version: | 1.x | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Walker
2004-08-26 00:36:16 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(); |