mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
This commit is contained in:
parent
40eed3915a
commit
da96513e70
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ fill_item(struct menu *menu, xmlNode *node)
|
|||
goto out;
|
||||
}
|
||||
|
||||
struct menuitem *item = item_create(menu, (char *)label, icon_name, false);
|
||||
struct menuitem *item = item_create(menu, label, icon_name, false);
|
||||
lab_xml_expand_dotted_attributes(node);
|
||||
append_parsed_actions(node, &item->actions);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue