elm genlist: Fixed indentation.

SVN revision: 66472
This commit is contained in:
Daniel Juyung Seo 2011-12-23 06:54:47 +00:00
parent 5c57fb3438
commit 2e8969d27f
1 changed files with 3 additions and 3 deletions

View File

@ -346,9 +346,9 @@ _event_hook(Evas_Object *obj,
return EINA_TRUE;
}
else if (((!strcmp(ev->keyname, "Return")) ||
(!strcmp(ev->keyname, "KP_Enter")) ||
(!strcmp(ev->keyname, "space")))
&& (!wd->multi) && (wd->selected))
(!strcmp(ev->keyname, "KP_Enter")) ||
(!strcmp(ev->keyname, "space")))
&& (!wd->multi) && (wd->selected))
{
it = elm_genlist_selected_item_get(obj);
elm_genlist_item_expanded_set(it,