diff options
| author | Peter Penz <[email protected]> | 2011-02-12 17:46:24 +0100 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2011-02-12 17:47:18 +0100 |
| commit | 1173ca12114bb54555130134cd548a68087e6980 (patch) | |
| tree | b07fc8e95b7943923e7619a7c4252e2870d3ecde /src | |
| parent | 1112fd7cc54db29aab0a97f9620effef06cfd731 (diff) | |
Reset progress of the statusbar when the stop-button has been pressed
Diffstat (limited to 'src')
| -rw-r--r-- | src/dolphinviewcontainer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
