From 3a053415f9d7f8ae635e660f2a1537617feeff40 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 8 Jun 2007 14:02:34 +0000 Subject: enable progress information in statusbar again (has been disabled temporary because of the DolphinView/DolphinViewContainer split) svn path=/trunk/KDE/kdebase/apps/; revision=672937 --- src/dolphinview.cpp | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/dolphinview.cpp') diff --git a/src/dolphinview.cpp b/src/dolphinview.cpp index d33dfa2a8..0154453b6 100644 --- a/src/dolphinview.cpp +++ b/src/dolphinview.cpp @@ -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(); -- cgit v1.3