summaryrefslogtreecommitdiff
path: root/src/protocolhandler.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-14 11:59:43 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-14 11:59:43 +0200
commitc05b14ad0f8358171f4dc199e61dc0a259d0aa65 (patch)
tree37679c4f73129cb88d69ae09329ab8fb9ee25af0 /src/protocolhandler.cpp
parentSet default background to white (diff)
downloadrekonq-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.cpp2
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);