diff options
| author | Peter Penz <[email protected]> | 2009-07-11 18:10:35 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-07-11 18:10:35 +0000 |
| commit | 00cc24a9ba88ce6aac51dcdd2027fdd79387907c (patch) | |
| tree | 48b0730b781693a77dd1a694564636ffe3b15277 /src/dolphinviewcontainer.cpp | |
| parent | 8e6dbadef2e7f25caed42559c4ffc832e03d387b (diff) | |
Update the statusbar synchronously when the directory lister has been completed. As no selection is given at this moment, there is no risk that updateStatusBar() is expensive.
svn path=/trunk/KDE/kdebase/apps/; revision=995021
Diffstat (limited to 'src/dolphinviewcontainer.cpp')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 356ff274e..3111925ff 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -313,7 +313,7 @@ void DolphinViewContainer::slotDirListerCompleted() m_showProgress = false; } - delayedStatusBarUpdate(); + updateStatusBar(); QMetaObject::invokeMethod(this, "restoreContentsPos", Qt::QueuedConnection); // Enable the 'File'->'Create New...' menu only if the directory |
