forked from AuroraMiddleware/gtk
modelmenuitem: Care about GtkAccelLabel in get_text
This commit is contained in:
parent
8a26e8a6ba
commit
4a4c7131fd
@ -273,6 +273,8 @@ gtk_model_menu_item_get_text (GtkModelMenuItem *item)
|
||||
|
||||
if (GTK_IS_LABEL (child))
|
||||
return gtk_label_get_text (GTK_LABEL (child));
|
||||
else if (GTK_IS_ACCEL_LABEL (child))
|
||||
return gtk_accel_label_get_label (GTK_ACCEL_LABEL (child));
|
||||
|
||||
if (GTK_IS_CONTAINER (child))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user