summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-06-30 22:21:10 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-06-30 22:21:10 +0100
commit01271f4061bbc8f8b26492a26e04bdbb8b9746c9 (patch)
tree576c236a8489dce5c50018da450bf803d61d39b0 /amiga
parent0c5bb37bea878d6b0b622cb7ea6eab649e4c578b (diff)
downloadnetsurf-01271f4061bbc8f8b26492a26e04bdbb8b9746c9.tar.gz
netsurf-01271f4061bbc8f8b26492a26e04bdbb8b9746c9.tar.bz2
Re-enable favicon render hook. Not sure why or when this was disabled.
Diffstat (limited to 'amiga')
-rw-r--r--amiga/gui.c2
1 files changed, 1 insertions, 1 deletions
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,