From 07f202805bc7f18dc382f490dfdc54a5185f6582 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 3 Apr 2013 18:58:59 +0200 Subject: urlbar look change Move SSL icon in place of left urlbar favicon (as usually major browsers do). Remove positive and negative background when https page is visited. --- src/webtab/protocolhandler.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/webtab') diff --git a/src/webtab/protocolhandler.cpp b/src/webtab/protocolhandler.cpp index 4b456112..2d5a36aa 100644 --- a/src/webtab/protocolhandler.cpp +++ b/src/webtab/protocolhandler.cpp @@ -145,9 +145,6 @@ bool ProtocolHandler::preHandling(const QNetworkRequest &request, QWebFrame *fra return false; } - kDebug() << "FN: " << _url.fileName(); - kDebug() << "DIR: " << _url.directory(); - if (_url.directory() == QL1S("webapp")) { if (_url.fileName() == QL1S("launch")) -- cgit v1.2.1