projects
/
platform
/
core
/
uifw
/
e-mod-tizen-devicemgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
878315a
)
video: fix syntax error
93/130993/1
author
Boram Park
<boram1288.park@samsung.com>
Tue, 23 May 2017 08:10:51 +0000
(17:10 +0900)
committer
Boram Park
<boram1288.park@samsung.com>
Thu, 25 May 2017 03:06:58 +0000
(12:06 +0900)
Change-Id: Ie9e7dc58539498ef595a6535936037a15157e1cd
src/e_devicemgr_video.c
patch
|
blob
|
history
diff --git
a/src/e_devicemgr_video.c
b/src/e_devicemgr_video.c
index 94d8149df0b2badb5840e847094df24260497558..6682d0608316e200a648483062b488617198db28 100755
(executable)
--- a/
src/e_devicemgr_video.c
+++ b/
src/e_devicemgr_video.c
@@
-2339,10
+2339,10
@@
_e_devicemgr_video_object_cb_disallowed_attribute(struct wl_client *client,
video = wl_resource_get_user_data(resource);
EINA_SAFETY_ON_NULL_RETURN(video);
- if(!video->ec || !video->
follow_topmost_visibility
)
+ if(!video->ec || !video->
allowed_attribute
)
return;
- VIN("
unset
allowed_attribute");
+ VIN("
set dis
allowed_attribute");
video->allowed_attribute= EINA_FALSE;