elm genlist: Fixed build break.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68999
This commit is contained in:
Daniel Juyung Seo 2012-03-07 16:38:37 +00:00 committed by Daniel Juyung Seo
parent 63473e56c2
commit edf6bd17d5
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ elm_main(int argc __UNUSED__, char **argv __UNUSED__)
(void *)(long)nitems++, NULL,
ELM_GENLIST_ITEM_GROUP,
_item_sel_cb, NULL);
elm_genlist_item_select_mode_set(git, ELM_OBJECT_DISPLAY_ONLY_SELECT);
elm_genlist_item_select_mode_set(gli, ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY);
}
else
{