Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/638e07f026d85de0c01630217570d4148aaaced5
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/638e07f026d85de0c01630217570d4148aaaced5
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/638e07f026d85de0c01630217570d4148aaaced5

The branch, master has been updated
       via  638e07f026d85de0c01630217570d4148aaaced5 (commit)
      from  713430f6e5ef49960cb85fa917e73a131d69c7c8 (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=638e07f026d85de0c01630217570d4148aaaced5
commit 638e07f026d85de0c01630217570d4148aaaced5
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    Add missing table

diff --git a/amiga/gui.c b/amiga/gui.c
index d256308..a7feb79 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -5502,6 +5502,7 @@ int main(int argc, char** argv)
                .search_web = &amiga_search_web_table,
                .llcache = filesystem_llcache_table,
                .bitmap = amiga_bitmap_table,
+               .layout = ami_layout_table,
        };
 
 #ifdef __amigaos4__


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

Summary of changes:
 amiga/gui.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/amiga/gui.c b/amiga/gui.c
index d256308..a7feb79 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -5502,6 +5502,7 @@ int main(int argc, char** argv)
                .search_web = &amiga_search_web_table,
                .llcache = filesystem_llcache_table,
                .bitmap = amiga_bitmap_table,
+               .layout = ami_layout_table,
        };
 
 #ifdef __amigaos4__


-- 
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