From 01271f4061bbc8f8b26492a26e04bdbb8b9746c9 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 30 Jun 2014 22:21:10 +0100 Subject: Re-enable favicon render hook. Not sure why or when this was disabled. --- amiga/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/gui.c') diff --git a/amiga/gui.c b/amiga/gui.c index 8985d4f33..6e84e7077 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -3542,7 +3542,7 @@ gui_window_create(struct browser_window *bw, SPACE_MinWidth, 16, SPACE_MinHeight, 16, SPACE_Transparent, FALSE, - // SPACE_RenderHook, &g->shared->favicon_hook, + SPACE_RenderHook, &g->shared->favicon_hook, SpaceEnd, CHILD_WeightedWidth, 0, CHILD_WeightedHeight, 0, -- cgit v1.2.3