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:
0d1407b
)
e_policy_wl: remove code to handle "alert" role property
79/118479/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Sat, 11 Mar 2017 00:20:33 +0000
(09:20 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Sat, 11 Mar 2017 00:20:39 +0000
(09:20 +0900)
Change-Id: I4d6bf79d1b617c1f52d46f111e2ab3efcd6ea164
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 674a52926c5d061ab66c4fff3ed78167ae0f05ca..cebf46db96aadc42737921e1c218e1481eb4b126 100644
(file)
--- a/
src/bin/e_policy_wl.c
+++ b/
src/bin/e_policy_wl.c
@@
-1611,11
+1611,7
@@
_tzpol_iface_cb_role_set(struct wl_client *client EINA_UNUSED, struct wl_resourc
e_client_window_role_set(ec, role);
/* TODO: support multiple roles */
- if (!e_util_strcmp("alert", role))
- {
- evas_object_layer_set(ec->frame, E_LAYER_CLIENT_ALERT);
- }
- else if (!e_util_strcmp("tv-volume-popup", role))
+ if (!e_util_strcmp("tv-volume-popup", role))
{
evas_object_layer_set(ec->frame, E_LAYER_CLIENT_NOTIFICATION_LOW);
ec->lock_client_location = 1;