From b34ba890dac0ab2fee87f0e7abe7e130c7820b71 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 17 Jul 2009 16:14:30 +0200 Subject: Giving webview focus faster --- src/mainview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); } } -- cgit v1.2.1