diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index 8dfb369ff..1fa4e9b6b 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -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 {