Re-enable favicon render hook. Not sure why or when this was disabled.

This commit is contained in:
Chris Young 2014-06-30 22:21:10 +01:00
parent 0c5bb37bea
commit 01271f4061
1 changed files with 1 additions and 1 deletions

View File

@ -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,