mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
parse menu names from Menu mouse-bindings
This commit is contained in:
parent
031ced85ef
commit
4f6297d1ad
1 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,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