e_xkb: reconfig when we have set a new set of layouts

When in the config dialog a new set of layouts is created, this set has
to be told to the displayserver. Like at the startup of e, so calling
e_xkb_reconfig().

fix T3072
This commit is contained in:
Marcel Hollerbach 2016-05-12 20:54:42 +02:00
parent ce6d2285f1
commit 1aea5ab079
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ _basic_apply(E_Config_Dialog *cfd EINA_UNUSED, E_Config_Dialog_Data *cfdata)
e_config->xkb.used_options = eina_list_append(e_config->xkb.used_options, oc);
}
e_xkb_reconfig();
e_config_save_queue();
return 1;
}