mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
menu: remove redundant cast
This commit is contained in:
parent
d86b0f1476
commit
4f279e8709
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ fill_item(struct menu *menu, xmlNode *node)
|
||||||
goto out;
|
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);
|
lab_xml_expand_dotted_attributes(node);
|
||||||
append_parsed_actions(node, &item->actions);
|
append_parsed_actions(node, &item->actions);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue