summaryrefslogtreecommitdiff
path: root/src/urlbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-24 10:32:27 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-24 10:32:27 +0200
commit8133bde2b48b8a9881812e9d04e58ae41697698f (patch)
treee1c36a2fd06ce8068212b13ca51f3658c875e680 /src/urlbar.cpp
parentrekonq 0.1.10 with last news. (diff)
downloadrekonq-8133bde2b48b8a9881812e9d04e58ae41697698f.tar.xz
Trivial fix. Yesterday was late night ;)
This patch lets rekonq to load url in.. the current page instead of loading infinite new tabs... :)
Diffstat (limited to 'src/urlbar.cpp')
-rw-r--r--src/urlbar.cpp1
1 files changed, 1 insertions, 0 deletions
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;