Commit c83043b3c125dbe769ab09f9111deca5e3b33931

Ran Benita 2012-03-31T01:26:15

Make temporary fix for stale xkb_atoms When xkb_free_keymap is called the atoms are all free'd, but action.c keeps a global copy of interned "true" and "false", which remains stale. The correct fix is to remove the need for the ActionsInit function entirely. Signed-off-by: Ran Benita <ran234@gmail.com>