e_actions: move focus_set into brace 34/214734/2
authorJunseok, Kim <juns.kim@samsung.com>
Thu, 26 Sep 2019 02:14:12 +0000 (11:14 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 26 Sep 2019 02:42:49 +0000 (02:42 +0000)
Change-Id: I28f522138e1ec631d0a1d909138003f8bcf6e8e6

src/bin/e_actions.c

index 041affbcd716f610a09f952e82d23c0fd1cdf313..625720cb267a0a466a40caf37cd9e301782c8537 100644 (file)
@@ -1331,8 +1331,8 @@ ACT_FN_GO(window_zone_move_by, )
    if (e_config->focus_policy_ext != E_FOCUS_EXT_TOP_STACK)
      {
         ELOGF("FOCUS", "focus set   | window_zone_move_by_action", ec);
+        e_client_frame_focus_set(ec, EINA_TRUE);
      }
-   e_client_frame_focus_set(ec, EINA_TRUE);
 }
 
 /***************************************************************************/