[Kst] branches/work/kst/1.1/kst/kst
George Staikos
staikos at kde.org
Wed Jun 15 16:02:09 CEST 2005
SVN commit 425754 by staikos:
no messages
M +0 -2 kstplugindialog_i.cpp
--- branches/work/kst/1.1/kst/kst/kstplugindialog_i.cpp #425753:425754
@@ -590,7 +590,6 @@
plugin = new KstPlugin;
plugin->writeLock();
if (!saveInputs(plugin, pPtr)) {
- KMessageBox::sorry(this, i18n("One or more of the inputs was undefined."));
plugin->writeUnlock();
plugin = 0L;
return false;
@@ -603,7 +602,6 @@
}
plugin->setTagName(tagName);
if (!saveOutputs(plugin, pPtr)) {
- KMessageBox::sorry(this, i18n("One or more of the outputs was undefined."));
plugin->writeUnlock();
plugin = 0L;
return false;
More information about the Kst
mailing list