ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=b7d1cb531d1e196dee5f93dd4457e68df2692ed3

commit b7d1cb531d1e196dee5f93dd4457e68df2692ed3
Author: Andy Williams <[email protected]>
Date:   Wed Feb 19 18:32:58 2014 +0000

    oops, a mistake in T966 fix that could cause a segv
---
 src/lib/elm_genlist.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c
index 1846cb2..382f4c7 100644
--- a/src/lib/elm_genlist.c
+++ b/src/lib/elm_genlist.c
@@ -5783,9 +5783,9 @@ _item_sorted_insert(Eo *obj EINA_UNUSED, void *_pd, 
va_list *list)
              rel = it->parent;
 
              // ignoring the comparison 
-             it->parent->item->items = eina_list_prepend_relative_list
+             it->parent->item->items = eina_list_append_relative_list
                  (it->parent->item->items, it, l);
-             sd->items = eina_inlist_prepend_relative
+             sd->items = eina_inlist_append_relative
                  (sd->items, EINA_INLIST_GET(it), EINA_INLIST_GET(rel));
              it->item->before = EINA_FALSE;
           }

-- 


Reply via email to