summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-08-29 17:23:11 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-08-29 17:23:11 +0200
commit86d13c73a4306e1e88cfab60c3d00a41b39c649c (patch)
tree1b93baf9c2ff4b6793e27677114dfc8bad698534 /src/urlbar/urlbar.cpp
parentFirst fixes, 4 suggestions (diff)
downloadrekonq-86d13c73a4306e1e88cfab60c3d00a41b39c649c.tar.xz
Cleaning up new suggestions mechanism
Diffstat (limited to 'src/urlbar/urlbar.cpp')
-rw-r--r--src/urlbar/urlbar.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp
index 0b966b74..f1729d53 100644
--- a/src/urlbar/urlbar.cpp
+++ b/src/urlbar/urlbar.cpp
@@ -500,12 +500,5 @@ void UrlBar::suggest()
void UrlBar::refreshFavicon()
{
- kDebug() << "------------------ REFRESH ME!!! -------------";
-// if( u.scheme() == QL1S("about") )
-// {
-// kDebug() << "ABOUT SCHEME...";
-// return;
-// }
-
_icon->setIcon(Application::iconManager()->iconForUrl(_tab->view()->url()));
}