a11y: Use more obvious function name

This commit is contained in:
Benjamin Otte
2014-02-24 15:19:00 +01:00
parent f60bb84d15
commit 2fdd420e78

View File

@ -376,7 +376,7 @@ create_cell_accessible (GtkTreeView *treeview,
/* If there is not exactly one renderer in the list, /* If there is not exactly one renderer in the list,
* make a container * make a container
*/ */
if (renderer_list == NULL || renderer_list->next) if (g_list_length (renderer_list) != 1)
{ {
GtkCellAccessible *container_cell; GtkCellAccessible *container_cell;