Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/01088bb63b1ab1ff7453c...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/01088bb63b1ab1ff7453c19...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/01088bb63b1ab1ff7453c199a...
The branch, master has been updated
via 01088bb63b1ab1ff7453c199a1c875483b1e5084 (commit)
from 1aed82b07428d17b74435c29ac240de8288b85ab (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=01088bb63b1ab1ff745...
commit 01088bb63b1ab1ff7453c199a1c875483b1e5084
Author: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Commit: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Re-disable the favicon render hook
diff --git a/amiga/gui.c b/amiga/gui.c
index 543a774..487128d 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -3546,7 +3546,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,
-----------------------------------------------------------------------
Summary of changes:
amiga/gui.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/amiga/gui.c b/amiga/gui.c
index 543a774..487128d 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -3546,7 +3546,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,
--
NetSurf Browser