Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/f3cb3188c6cc4d04ce6be...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/f3cb3188c6cc4d04ce6be8e...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/f3cb3188c6cc4d04ce6be8e7f...
The branch, master has been updated
via f3cb3188c6cc4d04ce6be8e7fae54f80a12429e8 (commit)
from 40aa44e4f50dd35cbc11332b1c1865b3152afb2d (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=f3cb3188c6cc4d04ce6...
commit f3cb3188c6cc4d04ce6be8e7fae54f80a12429e8
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
fix gtk install target
diff --git a/frontends/gtk/Makefile b/frontends/gtk/Makefile
index db8a07a..2f151e7 100644
--- a/frontends/gtk/Makefile
+++ b/frontends/gtk/Makefile
@@ -184,8 +184,7 @@ GTK_RESOURCES_LIST := \
languages SearchEngines ca-bundle.txt \
default.css adblock.css quirks.css internal.css \
credits.html licence.html welcome.html maps.html Messages \
- default.ico favicon.png netsurf.png netsurf.xpm netsurf-16x16.xpm \
- arrow_down_8x32.png
+ default.ico favicon.png netsurf.png netsurf.xpm netsurf-16x16.xpm
GTK_RESOURCES_LIST := \
$(addprefix $(NSGTK_RESOURCES_DIR)/, $(GTK_RESOURCES_LIST)) \
-----------------------------------------------------------------------
Summary of changes:
frontends/gtk/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/frontends/gtk/Makefile b/frontends/gtk/Makefile
index db8a07a..2f151e7 100644
--- a/frontends/gtk/Makefile
+++ b/frontends/gtk/Makefile
@@ -184,8 +184,7 @@ GTK_RESOURCES_LIST := \
languages SearchEngines ca-bundle.txt \
default.css adblock.css quirks.css internal.css \
credits.html licence.html welcome.html maps.html Messages \
- default.ico favicon.png netsurf.png netsurf.xpm netsurf-16x16.xpm \
- arrow_down_8x32.png
+ default.ico favicon.png netsurf.png netsurf.xpm netsurf-16x16.xpm
GTK_RESOURCES_LIST := \
$(addprefix $(NSGTK_RESOURCES_DIR)/, $(GTK_RESOURCES_LIST)) \
--
NetSurf Browser