From 2f21d0ed14647ee361538f7adcf7c8013d47c872 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 21 Feb 2010 00:46:45 +0100 Subject: A stupid regression caused by me. When I'll decide to implement some unit tests for this, we'll no more see things like this :) --- src/protocolhandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/protocolhandler.cpp') diff --git a/src/protocolhandler.cpp b/src/protocolhandler.cpp index 1a533a6e..ffeea562 100644 --- a/src/protocolhandler.cpp +++ b/src/protocolhandler.cpp @@ -108,10 +108,10 @@ bool ProtocolHandler::preHandling(const QNetworkRequest &request, QWebFrame *fra // "about" handling if ( _url.protocol() == QLatin1String("about") ) { + // let webkit manage the about:blank url... if( _url == KUrl("about:blank") ) { - frame->setHtml( QString() , _url ); - return true; + return false; } if( _url == KUrl("about:home") ) -- cgit v1.2.1