From 94f32b83694b4a45e723d0fdfd6f4496701e56e3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 24 Oct 2014 20:45:21 +0100 Subject: Move create_form_select_menu to window gui table. --- cocoa/gui.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa') diff --git a/cocoa/gui.m b/cocoa/gui.m index d030a68b9..28e68e9f7 100644 --- a/cocoa/gui.m +++ b/cocoa/gui.m @@ -292,6 +292,7 @@ static struct gui_window_table window_table = { .new_content = gui_window_new_content, .start_throbber = gui_window_start_throbber, .stop_throbber = gui_window_stop_throbber, + .create_form_select_menu = gui_create_form_select_menu, }; struct gui_window_table *cocoa_window_table = &window_table; @@ -301,7 +302,6 @@ static struct gui_browser_table browser_table = { .schedule = cocoa_schedule, .launch_url = gui_launch_url, - .create_form_select_menu = gui_create_form_select_menu, .cert_verify = gui_cert_verify, }; -- cgit v1.2.3