]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Reset progress of the statusbar when the stop-button has been pressed
authorPeter Penz <peter.penz19@gmail.com>
Sat, 12 Feb 2011 16:46:24 +0000 (17:46 +0100)
committerPeter Penz <peter.penz19@gmail.com>
Sat, 12 Feb 2011 16:47:18 +0000 (17:47 +0100)
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