diff -r 2fdfb8a15e82 -r b653d8296d12 ui/gtk/list.c --- a/ui/gtk/list.c Sat Aug 30 16:39:37 2025 +0200 +++ b/ui/gtk/list.c Sat Aug 30 16:39:56 2025 +0200 @@ -1082,6 +1082,7 @@ // add TreeView as observer to the UiList to update the TreeView if the // data changes UiListView *tableview = create_listview(obj, args); + tableview->widget = view; g_signal_connect( view, "destroy",