summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xamiga/tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/tree.c b/amiga/tree.c
index e9333c54b..09a1ed33d 100755
--- a/amiga/tree.c
+++ b/amiga/tree.c
@@ -560,7 +560,7 @@ BOOL ami_tree_event(struct treeview_window *twin)
GetListBrowserNodeAttrs(lbnode,
LBNA_UserData,(ULONG *)&treenode,
TAG_DONE);
- tree_delete_node(twin->tree, treenode, true);
+ tree_delete_node(twin->tree, treenode, false);
/* We are recreating the list from scratch as there is no obvious easy way
to delete children from a listbrowser list */
ami_recreate_listbrowser(twin);