From 1173ca12114bb54555130134cd548a68087e6980 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 12 Feb 2011 17:46:24 +0100 Subject: [PATCH] Reset progress of the statusbar when the stop-button has been pressed --- src/dolphinviewcontainer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dolphinviewcontainer.cpp b/src/dolphinviewcontainer.cpp index 0ecdaf685..540f38954 100644 --- a/src/dolphinviewcontainer.cpp +++ b/src/dolphinviewcontainer.cpp @@ -503,6 +503,7 @@ void DolphinViewContainer::closeSearchBox() void DolphinViewContainer::stopLoading() { m_view->stopLoading(); + m_statusBar->setProgress(100); } bool DolphinViewContainer::isSearchUrl(const KUrl& url) const -- 2.47.3