diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-08-29 17:23:11 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-08-29 17:23:11 +0200 |
commit | 86d13c73a4306e1e88cfab60c3d00a41b39c649c (patch) | |
tree | 1b93baf9c2ff4b6793e27677114dfc8bad698534 /src/urlbar/urlbar.cpp | |
parent | First fixes, 4 suggestions (diff) | |
download | rekonq-86d13c73a4306e1e88cfab60c3d00a41b39c649c.tar.xz |
Cleaning up new suggestions mechanism
Diffstat (limited to 'src/urlbar/urlbar.cpp')
-rw-r--r-- | src/urlbar/urlbar.cpp | 7 |
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())); } |