From 33c7df0c40023cb1b0c17084680a21ee8e0229ea Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 15 Apr 2016 22:50:28 +0100 Subject: complete the rename of the gui browser table When the operations tables were created the browser table was renamed to miscellaneous except the actual rename patch was never applied, this fixes that situation. --- amiga/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga') diff --git a/amiga/gui.c b/amiga/gui.c index ec767352e..26d8509e2 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -5466,7 +5466,7 @@ static struct gui_search_web_table amiga_search_web_table = { .provider_update = gui_search_web_provider_update, }; -static struct gui_browser_table amiga_browser_table = { +static struct gui_misc_table amiga_misc_table = { .schedule = ami_schedule, .quit = gui_quit, @@ -5490,7 +5490,7 @@ int main(int argc, char** argv) char *nargv = NULL; struct netsurf_table amiga_table = { - .browser = &amiga_browser_table, + .misc = &amiga_misc_table, .window = &amiga_window_table, .clipboard = amiga_clipboard_table, .download = amiga_download_table, -- cgit v1.2.3