check hardware mode before back hw_keyboard_selection_view_set_cb 60/17460/1
authorJuHyun Kim <jh8212.kim@samsung.com>
Wed, 10 Jul 2013 12:36:35 +0000 (21:36 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 01:56:32 +0000 (10:56 +0900)
Change-Id: Ib49d7525c13029dc254fdc4940d5061313bc3e62

ism/extras/efl_setting/isf_setting_efl.cpp

index cfefdaf548bbcea8aac1769208f8545e23064cd8..5059d25c7bcfcbe033f3d6eae254a9a2185311e5 100644 (file)
@@ -955,7 +955,8 @@ static Eina_Bool hw_keyboard_selection_view_set_cb (void *data, Elm_Object_Item
 
     struct ug_data *ugd = (struct ug_data *)data;
 
-    set_active_hw_ise ();
+    if (_hw_kbd_connected)
+        set_active_hw_ise ();
 
     update_setting_main_view (ugd);