summaryrefslogtreecommitdiff
path: root/amiga/context_menu.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-02-15 18:52:32 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2014-02-15 18:52:32 +0000
commit3efe56d7ef091d0e75bbcfbce6fc1c543057bb09 (patch)
tree215b77b3e9c6d9a8eacd022c81eaf4fc73e8f27c /amiga/context_menu.c
parenta38a63a37ef8bdc62661d398fb485296c0bed470 (diff)
downloadnetsurf-3efe56d7ef091d0e75bbcfbce6fc1c543057bb09.tar.gz
netsurf-3efe56d7ef091d0e75bbcfbce6fc1c543057bb09.tar.bz2
Fix build.
Diffstat (limited to 'amiga/context_menu.c')
-rw-r--r--amiga/context_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/context_menu.c b/amiga/context_menu.c
index aec89c6e3..c487e948b 100644
--- a/amiga/context_menu.c
+++ b/amiga/context_menu.c
@@ -53,7 +53,7 @@
static uint32 ami_context_menu_hook(struct Hook *hook, Object *item, APTR reserved);
static uint32 ami_context_menu_hook_tree(struct Hook *hook, Object *item, APTR reserved);
-static bool ami_context_menu_history(const struct history *history, int x0, int y0,
+static bool ami_context_menu_history(const struct browser_window *bw, int x0, int y0,
int x1, int y1, const struct history_entry *entry, void *user_data);
static uint32 ami_popup_hook(struct Hook *hook,Object *item,APTR reserved);
@@ -1258,7 +1258,7 @@ static bool ami_context_menu_history(const struct browser_window *bw,
IDoMethod(ctxmenuobj, PM_INSERT,
NewObject(POPUPMENU_GetItemClass(), NULL,
- PMIA_Title, (ULONG)history_entry_get_title(entry),
+ PMIA_Title, (ULONG)browser_window_history_entry_get_title(entry),
PMIA_ID, CMID_HISTORY,
PMIA_UserData, entry,
TAG_DONE),