Edit

kc3-lang/libxkbcommon/src

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2012-09-13 20:59:27
    Hash : dd6124ca
    Message : 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>