From 30a2a486bff5230fb97f3d6d0cf93f43308bb4bc Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 27 Aug 2009 00:08:16 +0200 Subject: Some fixes icon related --- src/urlbar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/urlbar.cpp') diff --git a/src/urlbar.cpp b/src/urlbar.cpp index 4b253773..05a4ad9a 100644 --- a/src/urlbar.cpp +++ b/src/urlbar.cpp @@ -84,9 +84,9 @@ UrlBar::UrlBar(QWidget *parent) QPalette p = view()->palette(); p.setColor(QPalette::Base, palette().color(QPalette::Base)); view()->setPalette(p); - +/* // set empty item with default icon - slotUpdateUrl(); + slotUpdateUrl();*/ } -- cgit v1.2.1