From 86d13c73a4306e1e88cfab60c3d00a41b39c649c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 29 Aug 2010 17:23:11 +0200 Subject: Cleaning up new suggestions mechanism --- src/urlbar/urlbar.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/urlbar/urlbar.cpp') 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())); } -- cgit v1.2.1