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. --- riscos/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'riscos/gui.c') diff --git a/riscos/gui.c b/riscos/gui.c index 01fa7b50f..6bd7399af 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -2383,7 +2383,7 @@ static struct gui_fetch_table riscos_fetch_table = { .mimetype = fetch_mimetype, }; -static struct gui_browser_table riscos_browser_table = { +static struct gui_misc_table riscos_misc_table = { .schedule = riscos_schedule, .quit = gui_quit, @@ -2424,7 +2424,7 @@ int main(int argc, char** argv) os_error *error; nserror ret; struct netsurf_table riscos_table = { - .browser = &riscos_browser_table, + .misc = &riscos_misc_table, .window = riscos_window_table, .clipboard = riscos_clipboard_table, .download = riscos_download_table, -- cgit v1.2.3