* this revision is not yet in OE, so I won't push this before pushing newer EFL
to OE
* but if there is someone else already building newer EFL, there is also patch
to apply this in OE
http://gitorious.org/~jama/angstrom/jama-shr-experimental/commit/20d331f3e63f4434756139c2f6b00a3df90be6d5
---
src/view/contact-list-common.c | 2 +-
src/view/message-list-view.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/view/contact-list-common.c b/src/view/contact-list-common.c
index 740b6df..05f9d2e 100644
--- a/src/view/contact-list-common.c
+++ b/src/view/contact-list-common.c
@@ -160,7 +160,7 @@ contact_list_item_add(struct ContactListData *list_data,
}
if (it) {
return elm_genlist_item_insert_before(list_data->list,
- &itc, g_hash_table_ref(entry), it,
+ &itc, g_hash_table_ref(entry), NULL, it,
ELM_GENLIST_ITEM_NONE, NULL, NULL);
}
}
diff --git a/src/view/message-list-view.c b/src/view/message-list-view.c
index 97550af..49acf26 100644
--- a/src/view/message-list-view.c
+++ b/src/view/message-list-view.c
@@ -738,7 +738,7 @@ _process_message(gpointer _message, gpointer _data)
insert_mode = LIST_INSERT_APPEND;
it = elm_genlist_item_insert_before(view.list, &itc,
- rowdata, it,
+ rowdata, NULL, it,
ELM_GENLIST_ITEM_NONE,
NULL, NULL);
}
--
1.7.4.rc1
_______________________________________________
Shr-devel mailing list
[email protected]
http://lists.shr-project.org/mailman/listinfo/shr-devel