From c8d9e012e55f4fbe97b36c9f99e37fc675308d54 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 7 Oct 2011 21:41:31 +0000 Subject: favicon fixes svn path=/trunk/netsurf/; revision=12985 --- amiga/gui.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index e7fff73c5..d67f78cef 100755 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -3605,9 +3605,6 @@ void gui_window_set_icon(struct gui_window *g, hlcache_handle *icon) g->shared->objects[GID_TABS], (ULONG *)&cur_tab); - if ((icon != NULL) && - (content_get_status(icon) != CONTENT_STATUS_READY) && - (content_get_status(icon) != CONTENT_STATUS_DONE)) return; if ((icon != NULL) && (content_get_bitmap(icon) != NULL)) { bm = ami_getcachenativebm(content_get_bitmap(icon), 16, 16, @@ -3661,13 +3658,13 @@ void gui_window_set_search_ico(hlcache_handle *ico) if(IsMinListEmpty(window_list)) return; if(option_kiosk_mode == true) return; -/* disabled, as at the moment, favicon/search icons don't work +/* disabled, as at the moment, favicon/search icons don't work*/ if (ico == NULL) ico = search_web_ico(); if ((ico != NULL) && (content_get_bitmap(ico) != NULL)) { bm = ami_getcachenativebm(content_get_bitmap(ico), 16, 16, NULL); } -*/ +/**/ /* generic search image */ if(bm == NULL) -- cgit v1.2.3