~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to src/sharebox/CShareBox.cpp

  • Committer: Nathan Osman
  • Date: 2012-06-28 21:08:13 UTC
  • Revision ID: admin@quickmediasolutions.com-20120628210813-uwkvzo6i508fegvg
Fixed a couple of other minor interface nuisances.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
    /* If the transfer completed or an error occured, then set a timer
65
65
       after which progress will be reset to ProgressNone. */
66
 
    if(m_progress > CFileSender::ProgressNone)
 
66
    if(m_progress < 0)
67
67
        QTimer::singleShot(3000, this, SLOT(ResetProgress()));
68
68
 
69
69
    update();