summaryrefslogtreecommitdiff
path: root/amiga/tree.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-11-29 22:13:42 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-11-29 22:13:42 +0000
commit23dc635e1a2386d52779384d6117f020376142f7 (patch)
treee5d58cc08a31e73bccebcbe3e1fef50933e7c731 /amiga/tree.c
parentd66e9c34a8e5e6081541c2b7bfd1e97012289494 (diff)
downloadnetsurf-23dc635e1a2386d52779384d6117f020376142f7.tar.gz
netsurf-23dc635e1a2386d52779384d6117f020376142f7.tar.bz2
Make hotlist toolbar work and update (only updates on hotlist window close currently)
Diffstat (limited to 'amiga/tree.c')
-rwxr-xr-xamiga/tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index f2ef3cc83..95a68dc20 100755
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -690,6 +690,8 @@ void ami_tree_close(struct treeview_window *twin)
ami_utf8_free(twin->sslreject);
ami_ssl_free(twin);
}
+
+ ami_gui_hotlist_toolbar_update_all();
}
void ami_tree_update_quals(struct treeview_window *twin)