rename showmenu to menu
This commit is contained in:
parent
d846979db9
commit
5d350da82e
3 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ void action_all_startup()
|
|||
{
|
||||
action_execute_startup();
|
||||
action_debug_startup();
|
||||
action_showmenu_startup();
|
||||
action_menu_startup();
|
||||
action_showdesktop_startup();
|
||||
action_reconfigure_startup();
|
||||
action_exit_startup();
|
||||
|
|
|
@ -5,7 +5,7 @@ void action_all_startup();
|
|||
|
||||
void action_execute_startup();
|
||||
void action_debug_startup();
|
||||
void action_showmenu_startup();
|
||||
void action_menu_startup();
|
||||
void action_showdesktop_startup();
|
||||
void action_reconfigure_startup();
|
||||
void action_exit_startup();
|
||||
|
|
|
@ -10,9 +10,9 @@ static gpointer setup_func(ObParseInst *i, xmlDocPtr doc, xmlNodePtr node);
|
|||
static void free_func(gpointer options);
|
||||
static gboolean run_func(ObActionsData *data, gpointer options);
|
||||
|
||||
void action_showmenu_startup()
|
||||
void action_menu_startup()
|
||||
{
|
||||
actions_register("ShowMenu",
|
||||
actions_register("Menu",
|
||||
setup_func,
|
||||
free_func,
|
||||
run_func,
|
Loading…
Reference in a new issue