Version: 0.99(devel) (using KDE KDE 3.2.1) OS: Linux Disable plugin changing if refcount > 0 (i.e. it is in use).
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();