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. --- framebuffer/gui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framebuffer') diff --git a/framebuffer/gui.c b/framebuffer/gui.c index ef1d8c68c..210341b5d 100644 --- a/framebuffer/gui.c +++ b/framebuffer/gui.c @@ -2050,7 +2050,7 @@ static struct gui_window_table framebuffer_window_table = { }; -static struct gui_browser_table framebuffer_browser_table = { +static struct gui_misc_table framebuffer_misc_table = { .schedule = framebuffer_schedule, .quit = gui_quit, @@ -2072,7 +2072,7 @@ main(int argc, char** argv) nserror ret; nsfb_t *nsfb; struct netsurf_table framebuffer_table = { - .browser = &framebuffer_browser_table, + .misc = &framebuffer_misc_table, .window = &framebuffer_window_table, .clipboard = framebuffer_clipboard_table, .fetch = framebuffer_fetch_table, -- cgit v1.2.3