mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
[style] rename action() to actions_run()
This commit is contained in:
parent
7d98bc7aa2
commit
953e8a4f9d
5 changed files with 8 additions and 7 deletions
|
|
@ -574,7 +574,7 @@ menu_call_actions(struct menu *menu, struct wlr_scene_node *node)
|
|||
/* ..but it just opens a submenu */
|
||||
return false;
|
||||
}
|
||||
action(NULL, menu->server, &menu->selection.item->actions, 0);
|
||||
actions_run(NULL, menu->server, &menu->selection.item->actions, 0);
|
||||
menu_close(menu->server->menu_current);
|
||||
menu->server->menu_current = NULL;
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue