From dd9472a915b2162aec923073815387b7a9b42958 Mon Sep 17 00:00:00 2001 From: "Junseok, Kim" Date: Mon, 16 Sep 2019 17:25:49 +0900 Subject: [PATCH] e_client: Make log displayed correctly Change-Id: I5496bbd0822750f32cd5d86140b058380cd23d01 --- src/bin/e_client.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bin/e_client.c b/src/bin/e_client.c index 0e8a63f..d08f33d 100644 --- a/src/bin/e_client.c +++ b/src/bin/e_client.c @@ -5472,9 +5472,11 @@ e_client_activate(E_Client *ec, Eina_Bool just_do_it) } else { - ELOGF("FOCUS", "focus set | client activate", focus_ec); if (e_config->focus_policy_ext != E_FOCUS_EXT_TOP_STACK) - e_client_frame_focus_set(focus_ec, EINA_TRUE); + { + ELOGF("FOCUS", "focus set | client activate", focus_ec); + e_client_frame_focus_set(focus_ec, EINA_TRUE); + } } } else -- 2.7.4