summaryrefslogtreecommitdiff
path: root/cocoa
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/gui.m2
1 files changed, 1 insertions, 1 deletions
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,
};