summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-09-23 15:03:00 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-09-23 15:03:00 +0200
commit955d0c7b47bb6ba661f34a1d1f6ff18d36bfe9b3 (patch)
tree5b18d347d44175fb3d474374339fe0a0f9eb2af1 /src/mainwindow.cpp
parentFixing a bit new actions text (too long and bad translated) (diff)
downloadrekonq-955d0c7b47bb6ba661f34a1d1f6ff18d36bfe9b3.tar.xz
Fixing rekonq home page urlbar focus issue
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 8b4f5c6c..c8ac0378 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -745,6 +745,7 @@ void MainWindow::slotHome()
{
HomePage p(w);
w->setHtml( p.rekonqHomePage(), QUrl());
+ m_view->urlBar()->setFocus();
}
else
{