diff options
| author | Peter Penz <[email protected]> | 2007-01-23 18:33:43 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2007-01-23 18:33:43 +0000 |
| commit | 50676d8d255ed52d91885e5dd23e60474777cfd5 (patch) | |
| tree | d9ae33a813c9d083ff85536f71ff5a015a83359b /src/statusbarspaceinfo.cpp | |
| parent | fe34b6b5518bd416924f75662a8dc6f0b608b2fb (diff) | |
Minor adjustments and cleanups in the statusbar:
- prevent a flickering of the space information if a folder has been changed
- assure that no progress bar and space information is shown if an error is displayed currently
svn path=/trunk/playground/utils/dolphin/; revision=626571
Diffstat (limited to 'src/statusbarspaceinfo.cpp')
| -rw-r--r-- | src/statusbarspaceinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusbarspaceinfo.cpp b/src/statusbarspaceinfo.cpp index ce8a2519b..bccda6e68 100644 --- a/src/statusbarspaceinfo.cpp +++ b/src/statusbarspaceinfo.cpp @@ -52,7 +52,7 @@ void StatusBarSpaceInfo::setUrl(const KUrl& url) { m_url = url; refresh(); - update(); + QTimer::singleShot(300, this, SLOT(update())); } void StatusBarSpaceInfo::paintEvent(QPaintEvent* /* event */) |
