[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu May 15 19:56:33 CEST 2003
CVS commit by staikos:
restore some of this code
M +12 -3 kstplugindialog_i.cpp 1.5
--- kdeextragear-2/kst/kst/kstplugindialog_i.cpp #1.4:1.5
@@ -45,14 +45,23 @@ KstPluginDialogI::~KstPluginDialogI() {
void KstPluginDialogI::show_I() {
update();
+ updatePluginList();
show();
raise();
- updatePluginList();
}
void KstPluginDialogI::show_I(const QString &field) {
- Q_UNUSED(field);
+ int new_index = -1;
+ unsigned i;
+
+// for (i = 0; i < doc->pluginList.countV(); i++) {
+// if (doc->pluginList.atV(i)->tagName() == field) {
+// new_index = i;
+// }
+// }
+
+ update(new_index);
+ updatePluginList();
show();
raise();
- updatePluginList();
}
More information about the Kst
mailing list