[gtk+] gailmenushell.c: Fix typo



commit 5e74427dee6ce800a042d2da608352a949e651c4
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Dec 24 18:42:24 2010 +0100

    gailmenushell.c: Fix typo

 modules/other/gail/gailmenushell.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/other/gail/gailmenushell.c b/modules/other/gail/gailmenushell.c
index 04228ee..7d87df5 100644
--- a/modules/other/gail/gailmenushell.c
+++ b/modules/other/gail/gailmenushell.c
@@ -155,7 +155,7 @@ gail_menu_shell_ref_selection (AtkSelection   *selection,
 
   shell = GTK_MENU_SHELL (widget);
 
-  item = gtk_menu_shell_get_selectec_item (shell);
+  item = gtk_menu_shell_get_selected_item (shell);
   if (item != NULL)
   {
     obj = gtk_widget_get_accessible (item);



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