treelistmodel: Fix signal emission on row destroy

This commit is contained in:
Mohammed Sadiq 2018-09-18 07:11:27 +05:30
parent f3e6d00db1
commit 9e3e9e83ef

View File

@ -958,7 +958,7 @@ gtk_tree_list_row_destroy (GtkTreeListRow *self)
g_object_notify_by_pspec (G_OBJECT (self), row_properties[ROW_PROP_ITEM]);
self->node = NULL;
g_object_freeze_notify (G_OBJECT (self));
g_object_thaw_notify (G_OBJECT (self));
}
static void