forked from AuroraMiddleware/gtk
Revert "Fix memory leak in GtkTreeViewAccessible"
This reverts commit 7a411eb6dd
.
This also makes gedit external tools manager to crash
This commit is contained in:
parent
e583e3ebce
commit
4238cc4b7b
@ -1442,7 +1442,7 @@ cell_info_new (GtkTreeViewAccessible *accessible,
|
||||
cell_info->tree = tree;
|
||||
cell_info->node = node;
|
||||
cell_info->cell_col_ref = tv_col;
|
||||
cell_info->cell = cell;
|
||||
cell_info->cell = g_object_ref (cell);
|
||||
cell_info->view = accessible;
|
||||
|
||||
g_object_set_qdata (G_OBJECT (cell),
|
||||
|
Loading…
Reference in New Issue
Block a user