diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-14 11:59:43 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-14 11:59:43 +0200 |
commit | c05b14ad0f8358171f4dc199e61dc0a259d0aa65 (patch) | |
tree | 37679c4f73129cb88d69ae09329ab8fb9ee25af0 /src/protocolhandler.cpp | |
parent | Set default background to white (diff) | |
download | rekonq-c05b14ad0f8358171f4dc199e61dc0a259d0aa65.tar.xz |
Proper solutions are always the best ones :)
Fix duplicated right icons.
CCBUG: 234320
Diffstat (limited to 'src/protocolhandler.cpp')
-rw-r--r-- | src/protocolhandler.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp index 1458bdf5..c97bc475 100644 --- a/src/protocolhandler.cpp +++ b/src/protocolhandler.cpp @@ -146,8 +146,6 @@ bool ProtocolHandler::preHandling(const QNetworkRequest &request, QWebFrame *fra break; } } - - Application::instance()->mainWindow()->mainView()->urlBar()->clearRightIcons(); NewTabPage p(frame); p.generate(_url); |