seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=a3ebeb890a87f8de77b1b6818532e28cd873b572
commit a3ebeb890a87f8de77b1b6818532e28cd873b572 Author: Daniel Juyung Seo <[email protected]> Date: Sun Mar 23 02:07:20 2014 +0900 gengrid: Commented out some temporarily unused code. This code will be used later when the item selection on key press becomes optional. So do not remove this. --- src/lib/elm_gengrid.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib/elm_gengrid.c b/src/lib/elm_gengrid.c index febe970..26443ab 100644 --- a/src/lib/elm_gengrid.c +++ b/src/lib/elm_gengrid.c @@ -1560,6 +1560,8 @@ _elm_gengrid_item_unfocused(Elm_Gen_Item *it) (WIDGET(it), SIG_ITEM_UNFOCUSED, it); } +/* NOTE: this code will be used later when the item selection on key press + becomes optional. So do not remove this. static Eina_Bool _item_focus_up(Elm_Gengrid_Smart_Data *sd) { @@ -1674,6 +1676,7 @@ _item_focus_right(Elm_Gengrid_Smart_Data *sd) return EINA_TRUE; } +*/ static Eina_Bool _item_multi_select_left(Elm_Gengrid_Smart_Data *sd) --
