Always create array actions for popup menu items the normal way
This commit is contained in:
parent
35ef1f7485
commit
f96695632b
1 changed files with 3 additions and 0 deletions
|
@ -743,6 +743,9 @@ sokoke_action_create_popup_menu_item (GtkAction* action)
|
|||
|
||||
g_return_val_if_fail (GTK_IS_ACTION (action), NULL);
|
||||
|
||||
if (KATZE_IS_ARRAY_ACTION (action))
|
||||
return gtk_action_create_menu_item (action);
|
||||
|
||||
g_object_get (action,
|
||||
"label", &label,
|
||||
"stock-id", &stock_id,
|
||||
|
|
Loading…
Reference in a new issue