summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-07 16:04:46 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-07 16:04:46 +0200
commit3e463e4dccf07fd252411ec7e9c8710f9d46974b (patch)
treeadd81eea4e33e5d9fc2fe419a71363074cac8005 /src/mainview.cpp
parentKrazy issues, part 3 (diff)
downloadrekonq-3e463e4dccf07fd252411ec7e9c8710f9d46974b.tar.xz
Load url in the background urlbar fixes
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp
index f1026d84..5b08e17a 100644
--- a/src/mainview.cpp
+++ b/src/mainview.cpp
@@ -324,6 +324,7 @@ void MainView::slotCurrentChanged(int index)
emit setCurrentTitle(webView->title());
m_urlBars->setCurrentIndex(index);
+ currentUrlBar()->setUrl(webView->url());
emit showStatusBarMessage(webView->lastStatusBarText());
// set focus to the current webview