From 67ed4f88998e30b90cfcb93cd8e6bd7e4d0ae7bd Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 6 Jul 2012 22:46:16 +0200 Subject: Fix adblock hide behavior NOTE: You'll find also some style & copyrights fixes here. Just reenable the git hooks scripts... BUG: 302050 --- src/newtabpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newtabpage.cpp') diff --git a/src/newtabpage.cpp b/src/newtabpage.cpp index 3cd241a4..89363fe4 100644 --- a/src/newtabpage.cpp +++ b/src/newtabpage.cpp @@ -966,7 +966,7 @@ void NewTabPage::createBookmarkItem(const KBookmark &bookmark, QWebElement paren bookmarkElement.lastChild().setAttribute(QL1S("width") , QL1S("16")); bookmarkElement.lastChild().setAttribute(QL1S("height") , QL1S("16")); bookmarkElement.appendInside(QL1S(" ")); - bookmarkElement.appendInside( checkTitle(bookmark.fullText(), 40) ); + bookmarkElement.appendInside(checkTitle(bookmark.fullText(), 40)); } } -- cgit v1.2.1