From f1a06ac5d921a365f555c80c7f5621c4c2750678 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 13 Oct 2008 18:00:44 +0000 Subject: Various minor fixes for treeviews, history tree now populates. svn path=/trunk/netsurf/; revision=5563 --- amiga/hotlist.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'amiga/hotlist.c') diff --git a/amiga/hotlist.c b/amiga/hotlist.c index 3dbd1e00f..f5dc11a8d 100755 --- a/amiga/hotlist.c +++ b/amiga/hotlist.c @@ -22,6 +22,7 @@ #include #include "content/urldb.h" #include "amiga/hotlist.h" +#include "amiga/tree.h" void ami_gui_hotlist_visited(struct content *content, struct tree *tree, struct node *node); @@ -141,4 +142,7 @@ void ami_hotlist_add(struct node *node,struct content *c) } tree_handle_node_changed(hotlist,node,false,true); + + if(hotlist->handle) + ami_recreate_listbrowser((struct treeview_window *)hotlist->handle); } -- cgit v1.2.3