summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-11-27 20:09:10 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-11-27 20:09:10 +0000
commit24486e342a206e05d49180daed8ca84f579214c4 (patch)
tree9dc4b8ec663197a078f6a65fc8f73d88d69f5536 /amiga/tree.c
parentd169eefe5963b27a6e64fdfcfa34f59e22a27342 (diff)
downloadnetsurf-24486e342a206e05d49180daed8ca84f579214c4.tar.gz
netsurf-24486e342a206e05d49180daed8ca84f579214c4.tar.bz2
Update frontends for r13185. Enabled new functionality, where it is not logical it
can be switched off. svn path=/trunk/netsurf/; revision=13186
Diffstat (limited to 'amiga/tree.c')
-rwxr-xr-xamiga/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index 92ad5deed..ef0bf5cfd 100755
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -807,11 +807,11 @@ BOOL ami_tree_event(struct treeview_window *twin)
break;
case GID_NEWF:
- hotlist_add_folder();
+ hotlist_add_folder(true);
break;
case GID_NEWB:
- hotlist_add_entry();
+ hotlist_add_entry(true);
break;
case GID_DEFAULT: