symbols: store actions from symbols in the right offset
authorRan Benita <ran234@gmail.com>
Thu, 13 Sep 2012 17:59:27 +0000 (20:59 +0300)
committerRan Benita <ran234@gmail.com>
Thu, 13 Sep 2012 18:09:48 +0000 (21:09 +0300)
commitdd6124ca0782745189d9bece3b0eae27d5e2bcba
tree37f2827d0a9896626724941e9d29f3111b2e1732
parent898d6fd416b9b9e10e555f5e599300d4c06e42ea
symbols: store actions from symbols in the right offset

This regression was introduced in 93ce9c7d4f7. This meant that actions
specified inside key {} statments were always going to the first group.
But actions are almost never specified in xkb_symbols so this wasn't
noticed.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/symbols.c