diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-07-03 19:03:41 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-07-03 19:03:41 +0200 |
commit | 0802680746dbf81f1ac8baeeea7fecf9c40b339f (patch) | |
tree | 68f262c33ee1d79c5e867f3ebc8b83741c6dc532 /src/urlbar/urlbar.cpp | |
parent | Delete tab later to get sure everything has been finished. (diff) | |
download | rekonq-0802680746dbf81f1ac8baeeea7fecf9c40b339f.tar.xz |
Save one (unuseful) call
Diffstat (limited to 'src/urlbar/urlbar.cpp')
-rw-r--r-- | src/urlbar/urlbar.cpp | 3 |
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))); |