seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=0691d65e2d53da62ffe37c2567583a3b8116a165
commit 0691d65e2d53da62ffe37c2567583a3b8116a165 Author: Daniel Juyung Seo <seojuyu...@gmail.com> Date: Thu Oct 10 09:00:08 2013 +0900 elc_naviframe_common.h: Fixed a typo. --- src/lib/elc_naviframe_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elc_naviframe_common.h b/src/lib/elc_naviframe_common.h index 9b7a6a0..2f184b9 100644 --- a/src/lib/elc_naviframe_common.h +++ b/src/lib/elc_naviframe_common.h @@ -107,8 +107,8 @@ EAPI Eina_Bool elm_naviframe_item_title_visible_get(const Elm_Object_Item * @param func the callback function. * * @warning Don't set "clicked" callback to the prev button additionally if the - * function does a exact same logic with this @c func. When hardware back key is - * pressed then both callbacks will be called. + * function does an exact same logic with this @c func. When hardware back key + * is pressed then both callbacks will be called. * * @since 1.8 * @ingroup Naviframe --