update patch
This commit is contained in:
parent
ee7b009202
commit
a0a6fa6a4d
@ -37,3 +37,16 @@ index 22836c1..7dc9867 100644
|
||||
cell = g_list_nth_data (renderers, 1);
|
||||
g_list_free (renderers);
|
||||
g_object_set (cell, "editable", TRUE, NULL);
|
||||
diff --git a/modules/other/gail/gailtreeview.c b/modules/other/gail/gailtreeview.c
|
||||
index d615a45..3cdde65 100644
|
||||
--- a/modules/other/gail/gailtreeview.c
|
||||
+++ b/modules/other/gail/gailtreeview.c
|
||||
@@ -867,7 +867,7 @@ gail_tree_view_ref_child (AtkObject *obj,
|
||||
gtk_tree_view_column_cell_set_cell_data (tv_col, tree_model, &iter,
|
||||
is_expander, is_expanded);
|
||||
|
||||
- renderer_list = gtk_tree_view_column_get_cell_renderers (tv_col);
|
||||
+ renderer_list = gtk_cell_layout_get_cells (GTK_CELL_LAYOUT (tv_col));
|
||||
|
||||
/* If there are more than one renderer in the list, make a container */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user