simplify EFM_SMART_CHECK

SVN revision: 76950
This commit is contained in:
Mike Blumenkrantz 2012-09-21 09:20:36 +00:00
parent 210fbb147e
commit 016445a0ab
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
\
if (evas_object_smart_smart_get(obj) != _e_fm2_smart) SMARTERRNR() args; \
sd = evas_object_smart_data_get(obj); \
if ((!sd) || (!evas_object_type_get(obj)) || strcmp(evas_object_type_get(obj), "e_fm")) return args
if ((!sd) || (e_util_strcmp(evas_object_type_get(obj), "e_fm"))) return args
typedef enum _E_Fm2_Action_Type
{