Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/b099a8582e8596c5595981b4b7bdd769d7753625
...commit
http://git.netsurf-browser.org/netsurf.git/commit/b099a8582e8596c5595981b4b7bdd769d7753625
...tree
http://git.netsurf-browser.org/netsurf.git/tree/b099a8582e8596c5595981b4b7bdd769d7753625
The branch, master has been updated
via b099a8582e8596c5595981b4b7bdd769d7753625 (commit)
from 046977507b891d9e91a14677cb474dce4cad0b7c (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=b099a8582e8596c5595981b4b7bdd769d7753625
commit b099a8582e8596c5595981b4b7bdd769d7753625
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
Remove the iconify gadget from the OS3 build
It is unlikely to ever work and I'm bored of hearing about it not working.
diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index d88c577..8e822f3 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -4059,10 +4059,12 @@ gui_window_create(struct browser_window *bw,
ULONG addtabclosegadget = TAG_IGNORE;
ULONG iconifygadget = FALSE;
+#ifdef __amigaos4__
if (nsoption_charp(pubscreen_name) &&
(locked_screen == TRUE) &&
(strcmp(nsoption_charp(pubscreen_name), "Workbench") == 0))
iconifygadget = TRUE;
+#endif
NSLOG(netsurf, INFO, "Creating menu");
struct Menu *menu = ami_gui_menu_create(g->shared);
-----------------------------------------------------------------------
Summary of changes:
frontends/amiga/gui.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index d88c577..8e822f3 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -4059,10 +4059,12 @@ gui_window_create(struct browser_window *bw,
ULONG addtabclosegadget = TAG_IGNORE;
ULONG iconifygadget = FALSE;
+#ifdef __amigaos4__
if (nsoption_charp(pubscreen_name) &&
(locked_screen == TRUE) &&
(strcmp(nsoption_charp(pubscreen_name), "Workbench") == 0))
iconifygadget = TRUE;
+#endif
NSLOG(netsurf, INFO, "Creating menu");
struct Menu *menu = ami_gui_menu_create(g->shared);
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org