From b721ae65d00216f92157ec2882eaf0422580f59c Mon Sep 17 00:00:00 2001 From: hermet Date: Wed, 7 Mar 2012 17:05:14 +0000 Subject: [PATCH] elementary/genlist - [E-devel] [patch] elm_genlist - fix display_only_set comment Dear all I fixed some typos in comments about display_only_set mode. Thanks. Signed-Off-By Hyoyoung Chang git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69007 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elm_genlist.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h index 9d966c4..63123a5 100644 --- a/src/lib/elm_genlist.h +++ b/src/lib/elm_genlist.h @@ -1830,11 +1830,11 @@ EAPI Eina_Bool elm_genlist_highlight_mode_get(const Evas_Object *obj); * - ELM_OBJECT_NO_SELECT : This will turn off the ability to select the item * entirely and they will neither appear selected nor call selected * callback functions. - * - ELM_OBJECT_DISPLAY_ONLY_SELECT : This will apply no-finger-size rule with + * - ELM_OBJECT_DISPLAY_ONLY_SELECT : This will apply no-finger-size rule * with ELM_OBJECT_NO_SELECT. No-finger-size rule makes an item can be - * smaller than lower limit. In some touch or small screen devices, - * clickable objects should be bigger than human touch point device - * (your finger). So it is enabled, the item can be smaller than + * smaller than lower limit. Clickable objects should be bigger than + * human touch point device (your finger) for some touch or + * small screen devices. So it is enabled, the item can be shrink than * predefined finger-size value. And the item will be updated. * * @see elm_genlist_item_select_mode_get() -- 2.7.4