yoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=fe711d8f4b439d9cf1bed7b2ab48ee7fc14692a8
commit fe711d8f4b439d9cf1bed7b2ab48ee7fc14692a8 Author: Michael Bouchaud <y...@efl.so> Date: Wed Sep 18 16:54:43 2013 +0200 elementary: fix typo --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 353517f..c5464bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1633,7 +1633,7 @@ 2012-09-18 Michael Bouchaud (yoz) * Elm_Widget_Item: Introduces new widget APIs, - elm_widget_item_part_custom_set(), - elm_widget_item_part_custom_get(), - elm_widget_item_part_custom_update() + elm_widget_item_part_text_custom_set(), + elm_widget_item_part_text_custom_get(), + elm_widget_item_part_text_custom_update() --