Fix bug show animation does not appear sometimes 35/112535/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Wed, 1 Feb 2017 09:23:40 +0000 (18:23 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Wed, 1 Feb 2017 09:23:40 +0000 (18:23 +0900)
Change-Id: I3d95dec1185dcace8527e14d55981ba002657f95
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
src/e_mod_main.c

index 4b6344375053d614327211615ee0976aa148300d..93d037062c2fd16ff73ac5f89864bb703f9b3798 100644 (file)
@@ -1043,9 +1043,6 @@ _e_text_input_cb_activate(struct wl_client *client, struct wl_resource *resource
    EINA_SAFETY_ON_TRUE_GOTO(e_object_is_del(E_OBJECT(ec)), err);
    client_surface_ec = ec;
 
-   e_input_panel_transient_for_set(client_surface_ec);
-   LOGD("TRANSIENT_FOR::Application window's E_Client* value : %p\n", client_surface_ec);
-
    text_input = wl_resource_get_user_data(resource);
    g_text_input = text_input;
    g_client = client;