diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2013-04-03 18:58:59 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2013-04-15 00:04:36 +0200 |
commit | 07f202805bc7f18dc382f490dfdc54a5185f6582 (patch) | |
tree | 3c61a15189f33fb346e41b2e83d61bef1a556d03 /src/webtab | |
parent | fixuifiles (diff) | |
download | rekonq-07f202805bc7f18dc382f490dfdc54a5185f6582.tar.xz |
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.
Diffstat (limited to 'src/webtab')
-rw-r--r-- | src/webtab/protocolhandler.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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")) |