Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/71fa17bae889af29053e43e11e5099743aa829b8
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/71fa17bae889af29053e43e11e5099743aa829b8
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/71fa17bae889af29053e43e11e5099743aa829b8

The branch, svenw/cocoa has been updated
       via  71fa17bae889af29053e43e11e5099743aa829b8 (commit)
       via  83b0dd2409cd69dc02bea193625d438c34ca87ab (commit)
      from  78cbfa34b5f714349ce97a8b0e714f257039836b (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=71fa17bae889af29053e43e11e5099743aa829b8
commit 71fa17bae889af29053e43e11e5099743aa829b8
Merge: 78cbfa3 83b0dd2
Author: Sven Weidauer <[email protected]>
Commit: Sven Weidauer <[email protected]>

    Merge remote-tracking branch 'origin/master' into svenw/cocoa



-----------------------------------------------------------------------

Summary of changes:
 frontends/amiga/gui.c |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/frontends/amiga/gui.c b/frontends/amiga/gui.c
index 5c6700a..44bba2d 100644
--- a/frontends/amiga/gui.c
+++ b/frontends/amiga/gui.c
@@ -4550,9 +4550,7 @@ static void ami_gui_close_tabs(struct gui_window_2 *gwin, 
bool other_tabs)
        struct gui_window *gw;
 
        if((gwin->tabs > 1) && (nsoption_bool(tab_close_warn) == true)) {
-               char *req_body = ami_utf8_easy(messages_get("MultiTabClose"));
-               int32 res = amiga_warn_user_multi(req_body, "Yes", "No", 
gwin->win);
-               free(req_body);
+               int32 res = 
amiga_warn_user_multi(messages_get("MultiTabClose"), "Yes", "No", gwin->win);
 
                if(res == 0) return;
        }


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to