summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rw-r--r--amiga/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index 6f363e753..e4f7eb32f 100644
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -904,7 +904,7 @@ void ami_tree_close(struct treeview_window *twin)
ami_ssl_free(twin);
}
- if(twin->type == AMI_TREE_SSLCERT)
+ if(twin->type == AMI_TREE_HOTLIST)
ami_gui_hotlist_update_all();
}