e_client: Make log displayed correctly 94/213894/2
authorJunseok, Kim <juns.kim@samsung.com>
Mon, 16 Sep 2019 08:25:49 +0000 (17:25 +0900)
committerJunSeok Kim <juns.kim@samsung.com>
Mon, 16 Sep 2019 08:27:28 +0000 (08:27 +0000)
Change-Id: I5496bbd0822750f32cd5d86140b058380cd23d01

src/bin/e_client.c

index 0e8a63f..d08f33d 100644 (file)
@@ -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