conform: Use eo_isa() to check object types.
authorwoochan lee <wc0917.lee@samsung.com>
Tue, 17 Mar 2015 06:42:36 +0000 (15:42 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Tue, 17 Mar 2015 06:42:36 +0000 (15:42 +0900)
commit166bc315d0203334e24d1fe9e1eebb5c0fbf61d8
tree7d4eb6b8c3698e1021453a894cfe01bc52c5cdcd
parente0b044c86150ce32be79874680d09f814c1e5edb
conform: Use eo_isa() to check object types.

Summary:
The strcmp(line 738) has been failed since the eo applied.
the widget type get API returned "Elm_Genlist" now.

For fix it, using eo_isa() to check object types instead of string comparison.
@fix

Reviewers: seoz, woohyun, JackDanielZ, Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D2148
src/lib/elm_conform.c