seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=37dd92109c08849d0dacc24e4bd6abb9a349b04e
commit 37dd92109c08849d0dacc24e4bd6abb9a349b04e Author: Daniel Juyung Seo <[email protected]> Date: Sun Mar 9 02:48:29 2014 +0900 genlist: Removed trailing whitespaces from the previous Niraj's commit. I aimed to merge this commit to the previous commit but I made git amend mistake... :( --- 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 134ff49..ef5bd06 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -2471,7 +2471,7 @@ _elm_genlist_item_unfocused(Elm_Gen_Item *it) return; if ((sd->select_mode == ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY) || - (it->select_mode == ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY)) + (it->select_mode == ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY)) return; if ((!sd->focused_item) || @@ -4404,7 +4404,7 @@ _item_mouse_up_cb(void *data, return; if (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD) return; - + if (sd->focused_item != (Elm_Object_Item *)it) elm_object_item_focus_set((Elm_Object_Item *)it, EINA_TRUE); --
