Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/703734c3897f50512603c411b32242ca4f55fde4
...commit
http://git.netsurf-browser.org/netsurf.git/commit/703734c3897f50512603c411b32242ca4f55fde4
...tree
http://git.netsurf-browser.org/netsurf.git/tree/703734c3897f50512603c411b32242ca4f55fde4
The branch, master has been updated
via 703734c3897f50512603c411b32242ca4f55fde4 (commit)
from 79baf60fa56eb97c4cb207647bdf5bb058e81ff3 (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=703734c3897f50512603c411b32242ca4f55fde4
commit 703734c3897f50512603c411b32242ca4f55fde4
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
Amiga: Fix page theme current selection
diff --git a/frontends/amiga/gui_options.c b/frontends/amiga/gui_options.c
index 79af71c..395e5b4 100755
--- a/frontends/amiga/gui_options.c
+++ b/frontends/amiga/gui_options.c
@@ -886,7 +886,7 @@ void ami_gui_opts_open(void)
#else
CHOOSER_Labels, &gow->pagethemeoptslist,
#endif
-
CHOOSER_Selected, nsoption_bool(os_mouse_pointers),
+
CHOOSER_Selected, nsoption_bool(prefer_dark_mode),
ChooserEnd,
CHILD_Label, LabelObj,
LABEL_Text, gadlab[GID_OPTS_THEMEPAGE],
-----------------------------------------------------------------------
Summary of changes:
frontends/amiga/gui_options.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontends/amiga/gui_options.c b/frontends/amiga/gui_options.c
index 79af71c..395e5b4 100755
--- a/frontends/amiga/gui_options.c
+++ b/frontends/amiga/gui_options.c
@@ -886,7 +886,7 @@ void ami_gui_opts_open(void)
#else
CHOOSER_Labels, &gow->pagethemeoptslist,
#endif
-
CHOOSER_Selected, nsoption_bool(os_mouse_pointers),
+
CHOOSER_Selected, nsoption_bool(prefer_dark_mode),
ChooserEnd,
CHILD_Label, LabelObj,
LABEL_Text, gadlab[GID_OPTS_THEMEPAGE],
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]