| Summary: | Status bar text not reset | ||
|---|---|---|---|
| Product: | [Applications] kst | Reporter: | Andrew Walker <arwalker> |
| Component: | general | Assignee: | kst |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Andrew Walker
2005-03-23 00:16:50 UTC
CVS commit by staikos:
show Ready
BUG: 102220
M +1 -0 kst.cpp 1.298
--- kdeextragear-2/kst/kst/kst.cpp #1.297:1.298
@@ -1338,4 +1338,5 @@ void KstApp::slotUpdateDataMsg(const QSt
void KstApp::slotUpdateProgress(int total, int step, const QString &msg) {
if (step == 0 && msg.isNull()) {
+ _readyBar->setText(i18n("Ready"));
_progressBar->hide();
return;
|