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:
38d4517
)
e_policy_conformant: Fixed warning and error
17/104517/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 13 Dec 2016 11:40:08 +0000
(20:40 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 13 Dec 2016 11:40:08 +0000
(20:40 +0900)
Change-Id: I03d298bf62dbf44409aa9b60fc81b219653deef0
src/bin/e_policy_conformant.c
patch
|
blob
|
history
diff --git
a/src/bin/e_policy_conformant.c
b/src/bin/e_policy_conformant.c
index a940f81da3e3ddd110969c58d078fb3771420b27..c993f76af6059a76df5c4d8855c21a28680dc202 100644
(file)
--- a/
src/bin/e_policy_conformant.c
+++ b/
src/bin/e_policy_conformant.c
@@
-124,10
+124,10
@@
_conf_state_update(Conformant_Type type, Eina_Bool visible, int x, int y, int w,
* '_conf_state_update' at that time.
* we need to consider using like this.
*/
- g_conf->part[type].owner = _conf_part_owner_find(conf->part[type].ec, type);
+ g_conf->part[type].owner = _conf_part_owner_find(
g_
conf->part[type].ec, type);
if (!g_conf->part[type].owner)
{
-
CFINF
("NO Client to send change the conformant area");
+
DBG
("NO Client to send change the conformant area");
return;
}
}