From 24d954e7fd4b3a601f1175bd8fdf6d2184b1d3bf Mon Sep 17 00:00:00 2001 From: Matthieu Gicquel Date: Sat, 10 Oct 2009 14:10:57 +0200 Subject: clear urlbar when HomePage is shown --- src/urlbar.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/urlbar.cpp') diff --git a/src/urlbar.cpp b/src/urlbar.cpp index 5776961b..5ad8314e 100644 --- a/src/urlbar.cpp +++ b/src/urlbar.cpp @@ -135,10 +135,12 @@ void UrlBar::setUrl(const QUrl& url) { if(url.scheme() == "rekonq") { + m_currentUrl = ""; setFocus(); - return; } - m_currentUrl = url; + else + m_currentUrl = url; + slotUpdateUrl(); } -- cgit v1.2.1