Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/acf5a20a2b7a0de8a91ab0a5c91929c4126403da
...commit
http://git.netsurf-browser.org/netsurf.git/commit/acf5a20a2b7a0de8a91ab0a5c91929c4126403da
...tree
http://git.netsurf-browser.org/netsurf.git/tree/acf5a20a2b7a0de8a91ab0a5c91929c4126403da
The branch, master has been updated
via acf5a20a2b7a0de8a91ab0a5c91929c4126403da (commit)
from 7f61cc15ea126a198419a91f1bc595c0e7287c8e (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=acf5a20a2b7a0de8a91ab0a5c91929c4126403da
commit acf5a20a2b7a0de8a91ab0a5c91929c4126403da
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>
Fix switching back to own screen after using a public screen.
diff --git a/frontends/amiga/gui_options.c b/frontends/amiga/gui_options.c
index 203e9a0..cc3a915 100755
--- a/frontends/amiga/gui_options.c
+++ b/frontends/amiga/gui_options.c
@@ -1747,7 +1747,7 @@ static void ami_gui_opts_use(bool save)
switch(data)
{
case 0:
- nsoption_set_charp(pubscreen_name, strdup("\0"));
+ nsoption_set_charp(pubscreen_name, NULL);
break;
case 1:
-----------------------------------------------------------------------
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 203e9a0..cc3a915 100755
--- a/frontends/amiga/gui_options.c
+++ b/frontends/amiga/gui_options.c
@@ -1747,7 +1747,7 @@ static void ami_gui_opts_use(bool save)
switch(data)
{
case 0:
- nsoption_set_charp(pubscreen_name, strdup("\0"));
+ nsoption_set_charp(pubscreen_name, NULL);
break;
case 1:
--
NetSurf Browser
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org