diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-05-06 03:09:23 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-05-06 03:09:23 +0200 |
commit | 06b2dc0ce6ec6dd4cb090c22e2f9f8521138146b (patch) | |
tree | bdbc792266fea13099eecebe4c032f97a2eb2fea /src/webview.cpp | |
parent | updating authors.. (diff) | |
download | rekonq-06b2dc0ce6ec6dd4cb090c22e2f9f8521138146b.tar.xz |
EBN Krazy fixes. 1st round..
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index ae867d42..55ed4003 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -444,7 +444,7 @@ void WebView::loadFinished() { if (m_progress != 100) { - kWarning() << "Recieved finished signal while progress is still:" << progress() + kWarning() << "Received finished signal while progress is still:" << progress() << "Url:" << url(); } m_progress = 0; |