gail: Use accessor functions to access GtkTreeSelection

This commit is contained in:
Javier Jardón 2010-12-19 04:55:36 +00:00
parent 74a7bc3a77
commit d0b81b2148

View File

@ -1391,7 +1391,7 @@ gail_tree_view_get_selected_rows (AtkTable *table,
selection = gtk_tree_view_get_selection (tree_view);
switch (selection->type)
switch (gtk_selection_get_mode (selection))
{
case GTK_SELECTION_SINGLE:
case GTK_SELECTION_BROWSE: