projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07336e6
)
genlist: fix build error by wrong merged patches
06/133106/1
author
SangHyeon Lee
<sh10233.lee@samsung.com>
Fri, 9 Jun 2017 02:36:00 +0000
(11:36 +0900)
committer
SangHyeon Lee
<sh10233.lee@samsung.com>
Fri, 9 Jun 2017 02:36:03 +0000
(11:36 +0900)
Change-Id: I7eeca7f7a17077e311267457ee948185da973d04
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
src/mobile_lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/mobile_lib/elm_genlist.c
b/src/mobile_lib/elm_genlist.c
index cab9816bb5e76863950b777c8c8332b7171b199f..9c7f5fe831381e0e9f85b4ef1574c43138634408 100644
(file)
--- a/
src/mobile_lib/elm_genlist.c
+++ b/
src/mobile_lib/elm_genlist.c
@@
-6711,7
+6711,7
@@
elm_genlist_item_prepend(Evas_Object *obj,
EINA_SAFETY_ON_FALSE_RETURN_VAL(obj == WIDGET(parent), NULL);
/* first sub-item should allways be appended */
if (!parent->item->items)
- return
_elm_genlist_item_append(obj, sd
, itc, data, eo_parent, type, func, func_data);
+ return
elm_genlist_item_append(obj
, itc, data, eo_parent, type, func, func_data);
}
it = _elm_genlist_item_new
(sd, itc, data, eo_parent, type, func, func_data);