mirror of
https://github.com/labwc/labwc.git
synced 2026-04-18 06:46:46 -04:00
parse menu names from Menu mouse-bindings
This commit is contained in:
parent
05237ed1cb
commit
80e9f748c5
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ fill_mousebind(char *nodename, char *content)
|
||||||
current_mousebind->action = strdup(content);
|
current_mousebind->action = strdup(content);
|
||||||
} else if (!strcmp(nodename, "command.action")) {
|
} else if (!strcmp(nodename, "command.action")) {
|
||||||
current_mousebind->command = strdup(content);
|
current_mousebind->command = strdup(content);
|
||||||
|
} else if (!strcmp(nodename, "menu.action")) {
|
||||||
|
current_mousebind->command = strdup(content);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue