From: Peter Penz Date: Sat, 11 Jul 2009 18:10:35 +0000 (+0000) Subject: Update the statusbar synchronously when the directory lister has been completed.... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/00cc24a9ba88ce6aac51dcdd2027fdd79387907c 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 --- 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