]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.cpp
Reset progress bar text when directory loading starts
[dolphin.git] / src / dolphinviewcontainer.cpp
index 5d1d257e5e4166f4e3a22dbbe95d4fa40cc3c9ed..585610550573c4c1962edf0276fc76ffdcae57b3 100644 (file)
@@ -566,6 +566,7 @@ void DolphinViewContainer::slotDirectoryLoadingStarted()
         // Trigger an undetermined progress indication. The progress
         // information in percent will be triggered by the percent() signal
         // of the directory lister later.
+        m_statusBar->setProgressText(QString());
         updateDirectoryLoadingProgress(-1);
     }
 }