diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-06-29 10:55:51 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-06-29 10:55:51 +0200 |
commit | 4f814dbe3850fa9b88817806668adf86122f0e3b (patch) | |
tree | f1bed45a3e18d3217398fa2218f518dd836c87ad /src/application.cpp | |
parent | Show everywhere the needed "Inspect Element" action (diff) | |
download | rekonq-4f814dbe3850fa9b88817806668adf86122f0e3b.tar.xz |
Fix search engine toolbar icons
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/application.cpp b/src/application.cpp index 4a9ba8c5..e58e8843 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -337,6 +337,7 @@ KIcon Application::icon(const KUrl &url) KIcon icon = KIcon(QWebSettings::iconForUrl(url)); if (icon.isNull()) { + kDebug() << "null icon"; icon = KIcon("text-html"); } return icon; |