summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.cpp
diff options
context:
space:
mode:
authormatgic78 <matgic78@gmail.com>2010-01-31 11:28:31 +0100
committermatgic78 <matgic78@gmail.com>2010-02-06 11:22:47 +0100
commit40a13302af46792cb139d59d7f66e12b46644392 (patch)
treee8f430abf9e724d766eca0930d140cb9aa7d8824 /src/urlbar/urlbar.cpp
parentbugfix : previews were sometimes saved using the good size (diff)
downloadrekonq-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.cpp1
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();
}
-
}