elm elm_list.c: fixed formatting.

SVN revision: 80262
This commit is contained in:
Daniel Juyung Seo 2012-12-05 15:52:43 +00:00
parent 066157cfdb
commit 10cb9bcf73
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ _elm_list_smart_event(Eo *obj, void *_pd, va_list *list)
&& (!sd->multi) && (sd->selected))
{
it = (Elm_List_Item *)elm_list_selected_item_get(obj);
if (it) evas_object_smart_callback_call(WIDGET(it), SIG_ACTIVATED, it);
if (it) evas_object_smart_callback_call(WIDGET(it), SIG_ACTIVATED, it);
}
else if (!strcmp(ev->keyname, "Escape"))
{