Like we need to totally set the input method to NULL to disable

SVN revision: 27828
This commit is contained in:
Stafford Mitchell Horne 2007-01-06 15:40:40 +00:00
parent 7bfb73ca0f
commit a51828da27
1 changed files with 2 additions and 1 deletions

View File

@ -192,8 +192,9 @@ _basic_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
if (!cfdata->imc_disable)
{
e_config->input_method = evas_stringshare_add(cfdata->imc_current);
e_intl_input_method_set(e_config->input_method);
}
e_intl_input_method_set(e_config->input_method);
}
e_config_save_queue();