elm genlist: Fixed comment typo.

SVN revision: 61979
This commit is contained in:
Daniel Juyung Seo 2011-08-02 06:29:54 +00:00
parent b8d56a5db0
commit 1c6f5c265a
1 changed files with 1 additions and 1 deletions

View File

@ -3596,7 +3596,7 @@ elm_genlist_item_insert_after(Evas_Object *obj,
Elm_Genlist_Item *it = _item_new(wd, itc, data, parent, flags, func,
func_data);
if (!it) return NULL;
/* It make no sense to insert after in an empty list with after != NULL, something really bad is happening in your app. */
/* It makes no sense to insert after in an empty list with after != NULL, something really bad is happening in your app. */
EINA_SAFETY_ON_NULL_RETURN_VAL(wd->items, NULL);
wd->items = eina_inlist_append_relative(wd->items, EINA_INLIST_GET(it),