return immediately on wayland focus-in key timer when no focused kbds exist
authorMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 28 Jul 2015 21:36:13 +0000 (17:36 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 28 Jul 2015 21:36:13 +0000 (17:36 -0400)
src/bin/e_comp_wl.c

index 81e4d694655103ba0b0588c92d005d52a664f7c5..9c6072b2c08d645a1add4dee1da1840c97cc9796 100644 (file)
@@ -492,6 +492,7 @@ _e_comp_wl_evas_cb_focus_in_timer(E_Client *ec)
 
    ec->comp_data->on_focus_timer = NULL;
 
+   if (!e_comp->wl_comp_data->kbd.focused) return EINA_FALSE;
    serial = wl_display_next_serial(e_comp->wl_comp_data->wl.disp);
    t = ecore_time_unix_get();
    EINA_LIST_FOREACH(e_comp->wl_comp_data->kbd.focused, l, res)