summaryrefslogtreecommitdiff
path: root/amiga/hotlist.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-13 18:00:44 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-10-13 18:00:44 +0000
commitf1a06ac5d921a365f555c80c7f5621c4c2750678 (patch)
tree486ad6f8d172ae801c346b70d6c437930d1d04b2 /amiga/hotlist.c
parent5c01ca3306f8ffdd8297042d56f2d2eb97af37aa (diff)
downloadnetsurf-f1a06ac5d921a365f555c80c7f5621c4c2750678.tar.gz
netsurf-f1a06ac5d921a365f555c80c7f5621c4c2750678.tar.bz2
Various minor fixes for treeviews, history tree now populates.
svn path=/trunk/netsurf/; revision=5563
Diffstat (limited to 'amiga/hotlist.c')
-rwxr-xr-xamiga/hotlist.c4
1 files changed, 4 insertions, 0 deletions
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 <proto/exec.h>
#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);
}