summaryrefslogtreecommitdiff
path: root/amiga/menu.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-08-13 12:41:04 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-08-13 12:41:04 +0100
commiteaae7169898fa026ae9da5f8a5dde4bc4bbbceb1 (patch)
treea86c7e5069bd5ef0f532b5fd9fd5b033a2787a13 /amiga/menu.c
parentf0b8594c46e9149af6a372ecd09e5ad1ba53fe0b (diff)
downloadnetsurf-eaae7169898fa026ae9da5f8a5dde4bc4bbbceb1.tar.gz
netsurf-eaae7169898fa026ae9da5f8a5dde4bc4bbbceb1.tar.bz2
Move old hotlist out of the way.
Diffstat (limited to 'amiga/menu.c')
-rw-r--r--amiga/menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/menu.c b/amiga/menu.c
index ef1338cc8..4f2e1556d 100644
--- a/amiga/menu.c
+++ b/amiga/menu.c
@@ -57,7 +57,7 @@
#include "amiga/tree.h"
#include "amiga/utf8.h"
#include "desktop/tree_url_node.h"
-#include "desktop/hotlist.h"
+#include "desktop/hotlist_old.h"
#include "desktop/browser_private.h"
#include "desktop/gui.h"
#include "desktop/textinput.h"
@@ -888,7 +888,7 @@ static void ami_menu_item_hotlist_add(struct Hook *hook, APTR window, struct Int
nsurl_access(hlcache_handle_get_url(bw->current_content)) == NULL)
return;
- hotlist_add_page(nsurl_access(hlcache_handle_get_url(bw->current_content)));
+ hotlist_old_add_page(nsurl_access(hlcache_handle_get_url(bw->current_content)));
}
static void ami_menu_item_hotlist_show(struct Hook *hook, APTR window, struct IntuiMessage *msg)