diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2011-07-25 19:01:24 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2011-07-25 19:01:24 +0200 |
commit | d1711fffc795d925d89980f56cd02b767e871c59 (patch) | |
tree | b4679b32a257b9edb2e8e6931f3d153294f439e4 /src/urlbar/urlbar.cpp | |
parent | Provide a "click" mechanism to manage favorites (diff) | |
download | rekonq-d1711fffc795d925d89980f56cd02b767e871c59.tar.xz |
Last SSL fixes
- strings
- bool WebPage::hasSslValid() const
- check all the certificate chain
Diffstat (limited to 'src/urlbar/urlbar.cpp')
-rw-r--r-- | src/urlbar/urlbar.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index 8dd4f092..a5d225dd 100644 --- a/src/urlbar/urlbar.cpp +++ b/src/urlbar/urlbar.cpp @@ -338,9 +338,6 @@ void UrlBar::loadFinished() return; } - kDebug() << ReKonfig::previewUrls(); - kDebug() << _tab->url().url(); - // show Favorite Icon if(ReKonfig::previewUrls().contains(_tab->url().url())) { |