]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinview.cpp
enable progress information in statusbar again (has been disabled temporary because...
[dolphin.git] / src / dolphinview.cpp
index d33dfa2a8efe492fc90040a7b0dc060cf1433a68..0154453b6090933e9aa7f6fa10b16088a6c94246 100644 (file)
@@ -554,19 +554,6 @@ void DolphinView::startDirLister(const KUrl& url, bool reload)
         return;
     }
 
-    // Only show the directory loading progress if the status bar does
-    // not contain another progress information. This means that
-    // the directory loading progress information has the lowest priority.
-
-    // TODO: temporary deactivated due to DolphinView/DolphinViewController split
-    //const QString progressText(m_statusBar->progressText());
-    //m_showProgress = progressText.isEmpty() ||
-    //                 (progressText == i18n("Loading folder..."));
-    //if (m_showProgress) {
-    //    m_statusBar->setProgressText(i18n("Loading folder..."));
-    //    m_statusBar->setProgress(0);
-    //}
-
     m_cutItemsCache.clear();
     m_blockContentsMovedSignal = true;
     m_dirLister->stop();