From 254ea3a16b2e99502fd1e55318f7b3e2d683b3ee Mon Sep 17 00:00:00 2001 From: megabigbug Date: Sun, 18 Apr 2010 07:10:51 +0200 Subject: fix bold: "browse" was bold if the user type "browse" --- src/urlbar/listitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/urlbar') diff --git a/src/urlbar/listitem.cpp b/src/urlbar/listitem.cpp index 229b43e9..4b9831b2 100644 --- a/src/urlbar/listitem.cpp +++ b/src/urlbar/listitem.cpp @@ -405,7 +405,7 @@ BrowseListItem::BrowseListItem(const UrlSearchItem &item, const QString &text, Q { QString url = text; layout()->addWidget(new ItemIcon(item.url.url())); - layout()->addWidget(new ItemText("Browse http://" + url.remove("http://") + "", text)); + layout()->addWidget(new ItemText("Browse http://" + url.remove("http://") + "")); layout()->addWidget(new TypeIcon(item.type)); } -- cgit v1.2.1