[Kst] branches/work/kst/portto4/kst/src/libkstapp
Barth Netterfield
netterfield at astro.utoronto.ca
Tue Feb 15 20:43:25 CET 2011
SVN commit 1220932 by netterfield:
Clear script status message when it doesn't have anything to say.
M +3 -0 logdialog.cpp
--- branches/work/kst/portto4/kst/src/libkstapp/logdialog.cpp #1220931:1220932
@@ -76,6 +76,8 @@
bool valid = info.isDir() && info.isWritable();
_apply->setEnabled(valid);
+ _scriptRunning->clear();
+
}
LogDialog::~LogDialog() {
@@ -83,6 +85,7 @@
void LogDialog::changed() {
_rerunScript->setEnabled(false);
+ _scriptRunning->clear();
}
More information about the Kst
mailing list