CVS commit by staikos:
it was decided in testing that not doing close() after submit() is highly
confusing
M +1 -0 elogentry_i.cpp 1.5
--- kdeextragear-2/kst/kst/extensions/elog/elogentry_i.cpp #1.4:1.5
@@ -182,4 +182,5 @@ void ElogEntryI::submit() {
saveSettings();
_elog->submitEntry();
+ close();
}