]> git.mdlowis.com Git - proto/labwc.git/commit
config: fix bug with default scroll mousebind
authorJohan Malm <jgm323@gmail.com>
Sun, 11 Jun 2023 14:57:58 +0000 (15:57 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 11 Jun 2023 20:05:26 +0000 (21:05 +0100)
commit468470182d58da3f6100573049009723d9c4acb0
tree3e70bbd01267816e6259001a9a21b1514f9a63ad
parent3bd441caa04134ae3bc9a263375e79255af80671
config: fix bug with default scroll mousebind

Specify attribute name when adding default mousebind actions.

This is required because in src/action.c action GoToDesktop requires an
argument with key 'to' and does not accept `action_get_first_arg()`
because the action supports other optional attributes so we could not
guarantee that 'to' is the first one.

Fixes: #948
src/config/rcxml.c