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)
commitfb2144d9e0b2089e0300ed2a59c105cbad1cc127
tree59bc8dbc92e3c73268c28353af8f1559363161f9
parent53fafc464e7f802acdc8b962a7c707948b62256e
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
legacy/elementary/src/lib/elm_conform.c