summaryrefslogtreecommitdiff
path: root/amiga
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 /amiga
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 'amiga')
-rw-r--r--amiga/context_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/context_menu.c b/amiga/context_menu.c
index 1e6da27ba..c0c47ac6b 100644
--- a/amiga/context_menu.c
+++ b/amiga/context_menu.c
@@ -1281,7 +1281,7 @@ static uint32 ami_popup_hook(struct Hook *hook,Object *item,APTR reserved)
if(GetAttr(PMIA_ID, item, &itemid))
{
- form_select_process_selection(gwin->shared->bw->current_content,gwin->shared->control,itemid);
+ form_select_process_selection(gwin->shared->control,itemid);
}
return itemid;