summaryrefslogtreecommitdiff
path: root/src/urlbar
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-07-03 19:03:41 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-07-03 19:03:41 +0200
commit0802680746dbf81f1ac8baeeea7fecf9c40b339f (patch)
tree68f262c33ee1d79c5e867f3ebc8b83741c6dc532 /src/urlbar
parentDelete tab later to get sure everything has been finished. (diff)
downloadrekonq-0802680746dbf81f1ac8baeeea7fecf9c40b339f.tar.xz
Save one (unuseful) call
Diffstat (limited to 'src/urlbar')
-rw-r--r--src/urlbar/urlbar.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp
index 30092911..6bf069dd 100644
--- a/src/urlbar/urlbar.cpp
+++ b/src/urlbar/urlbar.cpp
@@ -369,9 +369,6 @@ void UrlBar::loadFinished()
return;
}
- // Make sure icons aren't duplicated
- clearRightIcons();
-
// show bookmark info
IconButton *bt = addRightIcon(UrlBar::BK);
connect(bt, SIGNAL(clicked(QPoint)), this, SLOT(manageBookmarks(QPoint)));