mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
Fix bad typo in gtk_tree_model_filter_build_level() ...
This commit is contained in:
parent
6cd134d39e
commit
089edcf765
@ -814,7 +814,7 @@ gtk_tree_model_filter_build_level (GtkTreeModelFilter *filter,
|
||||
|
||||
while (tmp_level)
|
||||
{
|
||||
parent_elt->zero_ref_count++;
|
||||
tmp_elt->zero_ref_count++;
|
||||
|
||||
tmp_elt = tmp_level->parent_elt;
|
||||
tmp_level = tmp_level->parent_level;
|
||||
|
Loading…
Reference in New Issue
Block a user