[gtk+] a11y: fix the build



commit 10ead8a9d75386a7210f3e3fa6ae704721871e9e
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Oct 15 11:32:56 2012 -0400

    a11y: fix the build
    
    Fix a typo introduced in 0ad379708f79dbff916b1fcd431d3e3114bf8e25

 gtk/a11y/gtkcontainercellaccessible.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/a11y/gtkcontainercellaccessible.c b/gtk/a11y/gtkcontainercellaccessible.c
index 8ce249b..9e360a4 100644
--- a/gtk/a11y/gtkcontainercellaccessible.c
+++ b/gtk/a11y/gtkcontainercellaccessible.c
@@ -168,7 +168,7 @@ _gtk_container_cell_accessible_remove_child (GtkContainerCellAccessible *contain
 }
 
 GList *
-_gtk_conainer_cell_accessible_get_children (GtkContainerCellAccessible *container)
+_gtk_container_cell_accessible_get_children (GtkContainerCellAccessible *container)
 {
   g_return_val_if_fail (GTK_IS_CONTAINER_CELL_ACCESSIBLE (container), NULL);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]