From 00cc24a9ba88ce6aac51dcdd2027fdd79387907c Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 11 Jul 2009 18:10:35 +0000 Subject: 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 --- src/dolphinviewcontainer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dolphinviewcontainer.cpp') 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 -- cgit v1.3