diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-01 12:40:10 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-01 12:40:10 +0200 |
commit | 35a014ef4adbeba8119c31fbd6cb6748069ca91d (patch) | |
tree | d5253d18dda607aa8e8b12db719ccd202b3b6b34 /src/application.cpp | |
parent | Fixing bookmarks layout (diff) | |
download | rekonq-35a014ef4adbeba8119c31fbd6cb6748069ca91d.tar.xz |
Lionel's idea about urlbar ready for queries in the home pages
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/application.cpp b/src/application.cpp index 269a81af..ba456d2c 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -428,6 +428,5 @@ void Application::homePage(const KUrl &url) WebView *w = view->currentWebView(); HomePage p(w); w->setHtml( p.rekonqHomePage(url), url); - view->urlBar()->setFocus(); return; } |