elm_dayselector.c: fixed wrong widget name check.

This fixes T481.
https://phab.enlightenment.org/T481
This commit is contained in:
Daniel Juyung Seo 2013-11-13 03:24:26 +09:00
parent e2461a5b43
commit 4f80ef25bb
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ _elm_dayselector_smart_content_set(Eo *obj, void *_pd, va_list *list)
Elm_Dayselector_Smart_Data *sd = _pd;
if (strcmp(elm_object_widget_type_get(content), "elm_check"))
if (strcmp(elm_object_widget_type_get(content), "Elm_Check"))
return;
if (!item) return;