elementary/genlist - [E-devel] [patch] elm_genlist - fix display_only_set comment
authorhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 17:05:14 +0000 (17:05 +0000)
committerhermet <hermet@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 7 Mar 2012 17:05:14 +0000 (17:05 +0000)
Dear all

I fixed some typos in comments about display_only_set mode.

Thanks.

Signed-Off-By Hyoyoung Chang<hyoyoung@gmail.com>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69007 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_genlist.h

index 9d966c4..63123a5 100644 (file)
@@ -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()