From 3b4d243c170ba45fdd1fc07cc24f3554c9e70857 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 1 Sep 2010 00:47:33 +0200 Subject: Let urlbar being usable also in fullscreen mode BUG: 243900 --- src/application.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/application.cpp') diff --git a/src/application.cpp b/src/application.cpp index d66e290f..5e7cbd57 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -228,7 +228,6 @@ int Application::newInstance() } } - if(isFirstLoad) { // give me some time to do the other things.. @@ -439,13 +438,13 @@ void Application::loadResolvedUrl(ThreadWeaver::Job *job) KUrl url = threadedJob->url(); WebView *view = threadedJob->view(); - // Bye and thanks :) - delete threadedJob; - if (view) { view->load(url); } + + // Bye and thanks :) + delete threadedJob; } -- cgit v1.2.1