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:
d764ea0
)
e_info_server: print object information of edj object members
15/230915/4
accepted/tizen/5.5/unified/20200417.152853
submit/tizen_5.5/20200416.101704
author
Changyeon Lee
<cyeon.lee@samsung.com>
Thu, 16 Apr 2020 04:03:30 +0000
(13:03 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Thu, 16 Apr 2020 05:12:28 +0000
(14:12 +0900)
edj object can have members even if it doesn't have smart
Change-Id: Ic9db23907fd9f2258c8d1cf3123eb58617cd8a71
src/bin/e_info_server.c
patch
|
blob
|
history
diff --git
a/src/bin/e_info_server.c
b/src/bin/e_info_server.c
index 0cf9eade5493b0294d1fd15f14094c2e3b6c0af8..0c1c2a825d198c5bc2548cd3e48e6c94b55fcafa 100644
(file)
--- a/
src/bin/e_info_server.c
+++ b/
src/bin/e_info_server.c
@@
-752,7
+752,7
@@
_e_info_server_cb_compobjs(const Eldbus_Service_Interface *iface EINA_UNUSED, co
queue = eina_list_append(queue, cobj);
/* 3. push : child objects */
- if (
evas_object_smart_smart_get(info->o
))
+ if (
(evas_object_smart_smart_get(info->o)) || (!e_util_strcmp(cobj->type, "EDJ")
))
{
if (evas_object_smart_data_get(info->o))
{