fix N_SE-52363 58/17558/1
authorliushuo <shuo0805.liu@samsung.com>
Mon, 16 Sep 2013 11:31:09 +0000 (19:31 +0800)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 7 Mar 2014 02:28:20 +0000 (11:28 +0900)
Change-Id: If146da8f0f667c6d38b80619411cd58cedd45371

ism/extras/efl_setting/isf_setting_efl.cpp

index 5319776..6e85293 100755 (executable)
@@ -1353,8 +1353,8 @@ static void hw_connection_change_cb (ug_data *ugd)
         if (_hw_kbd_connected)
             elm_naviframe_item_pop (ugd->naviframe);
     }
-    else if (ugd->key_end_cb == ise_option_view_set_cb) {
-        // ISE or IMEngine option view
+    else if (ugd->key_end_cb == ise_option_view_set_cb || ugd->key_end_cb == language_view_back_cb) {
+        // ISE or IMEngine option view or language display view
         Elm_Object_Item *top_it = elm_naviframe_top_item_get (ugd->naviframe);
         if (top_it != nf_main_it) {
             elm_naviframe_item_pop_to (nf_main_it);