fix comment typo

This commit is contained in:
Tim Janik 2003-12-08 16:02:25 +00:00
parent 71b723ede2
commit 47f63b8cb2

View File

@ -1426,7 +1426,7 @@ gtk_menu_real_can_activate_accel (GtkWidget *widget,
/* menu items chain here to figure whether they can activate their accelerators.
* despite ordinary widgets, menus allow accel activation even if invisible
* since that's the usual case for submenus/popup-menus. however, the state
* of the attch widget affects "activeness" of the menu.
* of the attach widget affects "activeness" of the menu.
*/
GtkWidget *awidget = gtk_menu_get_attach_widget (GTK_MENU (widget));
return awidget ? gtk_widget_can_activate_accel (awidget, signal_id) : GTK_WIDGET_IS_SENSITIVE (widget);