From: Peter Penz Date: Sat, 12 Feb 2011 16:46:24 +0000 (+0100) Subject: Reset progress of the statusbar when the stop-button has been pressed X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/1173ca12114bb54555130134cd548a68087e6980?ds=sidebyside Reset progress of the statusbar when the stop-button has been pressed --- 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