Remove unneccesary to call for showing input panel in activate 08/58608/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Tue, 2 Feb 2016 07:52:49 +0000 (16:52 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Tue, 2 Feb 2016 07:52:49 +0000 (16:52 +0900)
Change-Id: I62c94212126d53629f5554536b95c4cf592e5da2

src/e_mod_main.c

index 33c3e14..a86fc53 100755 (executable)
@@ -703,9 +703,6 @@ _e_text_input_cb_activate(struct wl_client *client, struct wl_resource *resource
    g_disable_show_panel = EINA_FALSE;
 #endif
 
-   if (text_input->input_panel_visibile)
-     e_input_panel_visibility_change(EINA_TRUE);
-
    if (text_input->resource)
      wl_text_input_send_enter(text_input->resource, surface);