]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.cpp
Reset progress of the statusbar when the stop-button has been pressed
[dolphin.git] / src / dolphinviewcontainer.cpp
index 0ecdaf6855769bf8913120e3f6b6ab57905396ed..540f3895435cbde8a4b353e3edb8894419c02bfc 100644 (file)
@@ -503,6 +503,7 @@ void DolphinViewContainer::closeSearchBox()
 void DolphinViewContainer::stopLoading()
 {
     m_view->stopLoading();
+    m_statusBar->setProgress(100);
 }
 
 bool DolphinViewContainer::isSearchUrl(const KUrl& url) const