From 8133bde2b48b8a9881812e9d04e58ae41697698f Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 24 Jul 2009 10:32:27 +0200 Subject: Trivial fix. Yesterday was late night ;) This patch lets rekonq to load url in.. the current page instead of loading infinite new tabs... :) --- src/urlbar.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/urlbar.cpp') diff --git a/src/urlbar.cpp b/src/urlbar.cpp index d107ba1a..af336e1c 100644 --- a/src/urlbar.cpp +++ b/src/urlbar.cpp @@ -243,6 +243,7 @@ QSize UrlBar::sizeHint() const return size; } + QLinearGradient UrlBar::generateGradient(const QColor &color, int height) { QColor base = s_defaultBaseColor; -- cgit v1.2.1