diff options
-rw-r--r-- | src/mainview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index ec6ffea1..41f5b72d 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -699,8 +699,8 @@ void MainView::loadUrl(const KUrl &url) if (webView) { - webView->load(loadingUrl); webView->setFocus(); + webView->load(loadingUrl); } } |