From e32b918e4304e9e2cd012f59cabbb6cf17207f03 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 10 Oct 2012 09:06:21 +0000 Subject: [PATCH] send xkb update event any time e_xkb_update() is called with a real value SVN revision: 77728 --- src/bin/e_xkb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_xkb.c b/src/bin/e_xkb.c index 691cda405..bc8111fc1 100644 --- a/src/bin/e_xkb.c +++ b/src/bin/e_xkb.c @@ -43,6 +43,7 @@ e_xkb_update(int cur_group) { _e_xkb_cur_group = cur_group; ecore_x_xkb_select_group(cur_group); + _e_xkb_update_event(cur_group); return; } /* We put an empty -option here in order to override all previously @@ -183,7 +184,6 @@ e_xkb_layout_set(const char *name) eina_stringshare_replace(&e_config->xkb.cur_layout, cl->name); INF("Setting keyboard layout: %s", name); e_xkb_update(cur_group); - _e_xkb_update_event(cur_group); break; } }