[Kst] kst_1_0_branch: kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Nov 23 20:23:33 CET 2004
CVS commit by staikos:
Merge critical fix from the HFI branch that never got reviewed. Enables the
plugin selector for new plugins
M +1 -0 kstplugindialog_i.cpp 1.95.4.1
--- kdeextragear-2/kst/kst/kstplugindialog_i.cpp #1.95:1.95.4.1
@@ -184,4 +184,5 @@ void KstPluginDialogI::_fillFieldsForNew
PluginCombo->setCurrentItem(0);
pluginChanged(PluginCombo->currentItem());
+ PluginCombo->setEnabled(true);
KstSharedPtr<Plugin> plugin = PluginCollection::self()->plugin(_pluginList[PluginCombo->currentItem()]);
More information about the Kst
mailing list