N_SE-55842: newly installed ime isn't shown in the 1st time 84/17684/1
authorliushuo <shuo0805.liu@samsung.com>
Thu, 24 Oct 2013 13:52:26 +0000 (21:52 +0800)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 09:42:11 +0000 (18:42 +0900)
Change-Id: I01a6f7e8242fb8fc7bd68cf5c13883aa7d9057cc

ism/extras/efl_setting/isf_setting_efl.cpp

index e26de14..0a43da6 100755 (executable)
@@ -1522,6 +1522,7 @@ static void *on_create (ui_gadget_h ug, enum ug_mode mode, service_h s, void *pr
         return NULL;
 
     load_config_module ();
+    update_ise_list ();
     bool loaded = load_ise_info();
     if (!loaded) {
         ISFUG_ERROR("load_ise_info() fail");
@@ -1537,7 +1538,6 @@ static void *on_create (ui_gadget_h ug, enum ug_mode mode, service_h s, void *pr
 
     load_config_data (_config);
     scim_get_setup_module_list (_setup_modules);
-    update_ise_list ();
     init_hw_keyboard_listener (ugd);
 
     /* Connect PanelAgent by HelperAgent */