projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4cad6f
)
policy: changed code to call e_client_uniconify instead e_client_activate.
38/94738/1
accepted/tizen/3.0/ivi/20161102.080522
accepted/tizen/3.0/mobile/20161102.080426
accepted/tizen/3.0/tv/20161102.080443
accepted/tizen/3.0/wearable/20161102.080502
accepted/tizen/ivi/20161101.122620
accepted/tizen/mobile/20161101.122527
accepted/tizen/tv/20161101.122553
accepted/tizen/wearable/20161101.122606
submit/tizen/20161101.050138
submit/tizen_3.0/20161102.065320
author
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 1 Nov 2016 04:22:55 +0000
(13:22 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 1 Nov 2016 04:22:55 +0000
(13:22 +0900)
there was a bug that the window which called activate below got focus for a short time
Change-Id: Ie64baf5d4ef328c00ce3241ee24140333283abca
src/bin/e_policy_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_policy_wl.c
b/src/bin/e_policy_wl.c
index f52c764fbd0515e205ed376f50557744c76c8ef5..108876a81afe1cab140ccd1fc52f142e63d1fac9 100644
(file)
--- a/
src/bin/e_policy_wl.c
+++ b/
src/bin/e_policy_wl.c
@@
-1363,7
+1363,7
@@
_tzpol_iface_cb_activate_below_by_res_id(struct wl_client *client EINA_UNUSED, s
if ((ec->iconic) && (!ec->exp_iconify.by_client))
e_policy_wl_iconify_state_change_send(ec, 0);
- e_client_
activate(ec, EINA_TRUE
);
+ e_client_
uniconify(ec
);
}
e_policy_stack_below(ec, below_ec);