[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri Oct 15 12:10:52 CEST 2004
CVS commit by staikos:
Don't let the user change plugins when the plugin is in use already
CCMAIL: 88080-done at 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();
More information about the Kst
mailing list