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. --- monkey/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'monkey/main.c') diff --git a/monkey/main.c b/monkey/main.c index 9569f9754..e09d0ea4a 100644 --- a/monkey/main.c +++ b/monkey/main.c @@ -233,7 +233,7 @@ static bool nslog_stream_configure(FILE *fptr) return true; } -static struct gui_browser_table monkey_browser_table = { +static struct gui_misc_table monkey_misc_table = { .schedule = monkey_schedule, .quit = monkey_quit, @@ -314,7 +314,7 @@ main(int argc, char **argv) char buf[PATH_MAX]; nserror ret; struct netsurf_table monkey_table = { - .browser = &monkey_browser_table, + .misc = &monkey_misc_table, .window = monkey_window_table, .download = monkey_download_table, .fetch = monkey_fetch_table, -- cgit v1.2.3