Bug 102220 - Status bar text not reset
Summary: Status bar text not reset
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: general (show other bugs)
Version: 1.x
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-23 00:16 UTC by Andrew Walker
Modified: 2005-03-23 02:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Walker 2005-03-23 00:16:50 UTC
Version:           HEAD (using KDE KDE 3.3.0)
Installed from:    Compiled From Sources
OS:                Linux

PROBLEM:
After using the data wizard to create new plots the status bar text is not reset.

STEPS TO REPRODUCE:
Open Kst
Start the data wizard
Select plot types as XY and other options as desired
Click Finish on the wizard

RESULTS:
Status bar text reads "Creating curves..."

EXPECTED RESULTS:
Status bar text should read "Ready"
Comment 1 George Staikos 2005-03-23 02:48:29 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;