[gtk+] gail: Fix a typo
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gail: Fix a typo
- Date: Mon, 20 Dec 2010 11:52:48 +0000 (UTC)
commit 08af2cb488a4032d57419ade7c07000b18e951bd
Author: Javier Jardón <jjardon gnome org>
Date: Mon Dec 20 11:51:39 2010 +0000
gail: Fix a typo
This fixes commit d0b81b21483df69a07677fa7162b4ded806eaa86
modules/other/gail/gailtreeview.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/other/gail/gailtreeview.c b/modules/other/gail/gailtreeview.c
index 644b0fb..29c5fac 100644
--- a/modules/other/gail/gailtreeview.c
+++ b/modules/other/gail/gailtreeview.c
@@ -1391,7 +1391,7 @@ gail_tree_view_get_selected_rows (AtkTable *table,
selection = gtk_tree_view_get_selection (tree_view);
- switch (gtk_selection_get_mode (selection))
+ switch (gtk_tree_selection_get_mode (selection))
{
case GTK_SELECTION_SINGLE:
case GTK_SELECTION_BROWSE:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]