diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-02-16 02:12:45 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-02-16 02:12:45 +0100 |
commit | f364b998624e403a33dd1b79983f80b2d058da26 (patch) | |
tree | 9ff074a6108d42e82c826f0d2f7ecb5ac6fc1df9 /src/webpage.cpp | |
parent | rekonq 0.3.92 (diff) | |
download | rekonq-f364b998624e403a33dd1b79983f80b2d058da26.tar.xz |
Fixes focus && let Protocol handler to just load on demand
the KDirLister class (and delete on finish)
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp index ea05c15a..ce2d5e40 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -119,7 +119,6 @@ bool WebPage::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &r if ( frame && m_protHandler.preHandling(request, frame) ) { return false; - } m_requestedUrl = request.url(); |