forked from AuroraMiddleware/gtk
gail: Use accessor functions to access GtkTreeSelection
This commit is contained in:
parent
74a7bc3a77
commit
d0b81b2148
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user