summaryrefslogtreecommitdiff
path: root/src/bin/e_comp_x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/e_comp_x.c')
-rw-r--r--src/bin/e_comp_x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index 2c742c6167..8bc2c99d6f 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -2884,7 +2884,7 @@ _e_comp_x_focus_out(void *data EINA_UNUSED, int type EINA_UNUSED, Ecore_X_Event_
else if (ev->detail == ECORE_X_EVENT_DETAIL_INFERIOR)
return ECORE_CALLBACK_PASS_ON;
}
- evas_object_focus_set(ec->frame, 0);
+ e_client_revert_focus(ec);
return ECORE_CALLBACK_PASS_ON;
}