summaryrefslogtreecommitdiff
path: root/cocoa
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-02-08 17:11:55 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-02-08 17:11:55 +0000
commit8deb9ec25c6146803e3d74c1b2e00425159fd17e (patch)
tree8e61b09ee84f0124fab95f411e0c5f89fb8125f4 /cocoa
parentec7a02e550b1c83abecc0f9103ea86e1cfb989ea (diff)
downloadnetsurf-8deb9ec25c6146803e3d74c1b2e00425159fd17e.tar.gz
netsurf-8deb9ec25c6146803e3d74c1b2e00425159fd17e.tar.bz2
Native select menu interface shouldn't force front end to dig inside bw struct.
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/FormSelectMenu.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/FormSelectMenu.m b/cocoa/FormSelectMenu.m
index 3aaeae524..6ab9a1bd8 100644
--- a/cocoa/FormSelectMenu.m
+++ b/cocoa/FormSelectMenu.m
@@ -87,7 +87,7 @@
- (void) itemSelected: (id) sender;
{
- form_select_process_selection( browser->current_content, control, [sender tag] );
+ form_select_process_selection( control, [sender tag] );
}
- (void) menuDidClose: (NSMenu *) sender;