a11y: It's not a bug if there's no row at some point

In that case, there's just nothing there.
This commit is contained in:
Benjamin Otte 2011-11-10 15:01:21 +01:00
parent c30d313afc
commit 1c96b0b838

View File

@ -835,10 +835,7 @@ gtk_tree_view_accessible_ref_accessible_at_point (AtkComponent *component,
return gtk_tree_view_accessible_ref_child (ATK_OBJECT (component), index); return gtk_tree_view_accessible_ref_child (ATK_OBJECT (component), index);
} }
else
{
g_warning ("gtk_tree_view_accessible_ref_accessible_at_point: gtk_tree_view_get_path_at_pos () failed\n");
}
return NULL; return NULL;
} }