diff options
author | matgic78 <matgic78@gmail.com> | 2010-01-31 11:28:31 +0100 |
---|---|---|
committer | matgic78 <matgic78@gmail.com> | 2010-02-06 11:22:47 +0100 |
commit | 40a13302af46792cb139d59d7f66e12b46644392 (patch) | |
tree | e8f430abf9e724d766eca0930d140cb9aa7d8824 /src/urlbar/urlbar.cpp | |
parent | bugfix : previews were sometimes saved using the good size (diff) | |
download | rekonq-40a13302af46792cb139d59d7f66e12b46644392.tar.xz |
Last bugs : layout fixes and empty urlbar when going back to homepage
Diffstat (limited to 'src/urlbar/urlbar.cpp')
-rw-r--r-- | src/urlbar/urlbar.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index adeba6ae..4d9765a2 100644 --- a/src/urlbar/urlbar.cpp +++ b/src/urlbar/urlbar.cpp @@ -148,7 +148,6 @@ void UrlBar::setUrl(const QUrl& url) m_currentUrl = KUrl(url); updateUrl(); } - } |