mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
treemodelfilter: bgo#658696- Crash when inserting new node
This commit is contained in:
parent
0ab9766253
commit
35eb92138a
@ -2279,6 +2279,7 @@ gtk_tree_model_filter_row_inserted (GtkTreeModel *c_model,
|
||||
}
|
||||
|
||||
done:
|
||||
if (real_path)
|
||||
gtk_tree_model_filter_check_ancestors (filter, real_path);
|
||||
|
||||
if (emit_row_inserted)
|
||||
|
Loading…
Reference in New Issue
Block a user