Reset progress of the statusbar when the stop-button has been pressed

This commit is contained in:
Peter Penz 2011-02-12 17:46:24 +01:00
parent 1112fd7cc5
commit 1173ca1211

View 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