summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-10-07 19:39:52 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-10-07 19:39:52 +0000
commit33af42360f4609e30efaf72b241dfaae8998db07 (patch)
tree14b3225d68e007d38db3e27cc314f8f39661e2b1 /desktop
parentc22373e000fa545b2db23b6988c718e3acd95520 (diff)
downloadnetsurf-33af42360f4609e30efaf72b241dfaae8998db07.tar.gz
netsurf-33af42360f4609e30efaf72b241dfaae8998db07.tar.bz2
fix ico handler to actually decode to bitmap when called via get_internal
svn path=/trunk/netsurf/; revision=12980
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index 29359593e..b74a27d89 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -906,6 +906,9 @@ static nserror browser_window_favicon_callback(hlcache_handle *c,
bw->current_favicon = c;
bw->loading_favicon = NULL;
+ LOG(("Content ended up with mime type of '%s'",
+ lwc_string_data((content_get_mime_type(c)))));
+
/* content_get_bitmap on the hlcache_handle should give
* us the favicon bitmap at this point
*/