straggler from last commit

SVN revision: 77325
This commit is contained in:
Mike Blumenkrantz 2012-10-02 14:04:38 +00:00
parent 7aaa4e554c
commit bec99c1d87
1 changed files with 3 additions and 0 deletions

View File

@ -225,6 +225,9 @@ e_desklock_show(Eina_Bool suspend)
e_util_library_path_strip();
if (e_config->desklock_language)
e_intl_language_set(e_config->desklock_language);
if (e_config->xkb.desklock_group != -1)
e_xkb_update(e_config->xkb.desklock_group);
_e_custom_desklock_exe =
ecore_exe_run(e_config->desklock_custom_desklock_cmd, NULL);
e_util_library_path_restore();