[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri Feb 27 01:38:59 CET 2004
CVS commit by staikos:
reverting r1.50
M +2 -2 kstplugindialog_i.cpp 1.54
--- kdeextragear-2/kst/kst/kstplugindialog_i.cpp #1.53:1.54
@@ -111,5 +111,5 @@ void KstPluginDialogI::updatePluginList(
it != _pluginMap.end();
++it) {
- //if (it.data()._filter == false) {
+ if (it.data()._filter == false) {
_pluginList += it.data()._name;
PluginCombo->insertItem(i18n("%1 (v%2) - %3").arg(it.data()._name)
@@ -120,5 +120,5 @@ void KstPluginDialogI::updatePluginList(
}
cnt++;
- //}
+ }
}
More information about the Kst
mailing list