From 8ac1a88589134174792c772f470ff9f4dca4b76d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 16 Oct 2014 14:51:24 +0100 Subject: Cocoa front end calls bw browser. --- 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 45d615c52..440174ec0 100644 --- a/cocoa/gui.m +++ b/cocoa/gui.m @@ -248,7 +248,7 @@ static void gui_create_form_select_menu(struct gui_window *g, struct form_control *control) { BrowserViewController * const window = (BrowserViewController *)g; - FormSelectMenu *menu = [[FormSelectMenu alloc] initWithControl: control forWindow: window->bw]; + FormSelectMenu *menu = [[FormSelectMenu alloc] initWithControl: control forWindow: window->browser]; [menu runInView: [window browserView]]; [menu release]; } -- cgit v1.2.3