tasn pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=3d0197bad1348db73d41de57cdd31ec37e5a9404

commit 3d0197bad1348db73d41de57cdd31ec37e5a9404
Author: Tom Hacohen <t...@stosb.com>
Date:   Wed Apr 22 13:33:40 2015 +0100

    Test gengrid: use the gengrid enum, and not the genlist one.
    
    They are probably in sync, but this is just wrong.
    Especially if people copy/paste this.
---
 src/bin/test_gengrid.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/test_gengrid.c b/src/bin/test_gengrid.c
index 5cd87a5..9a9832d 100644
--- a/src/bin/test_gengrid.c
+++ b/src/bin/test_gengrid.c
@@ -1414,7 +1414,7 @@ _grid5_search_item(grid5_Event_Data *event_data, 
Elm_Object_Item * it)
      {
         printf("Found.\n");
         elm_gengrid_item_selected_set(event_data->last_item_found, EINA_TRUE);
-        elm_gengrid_item_bring_in(event_data->last_item_found, 
ELM_GENLIST_ITEM_SCROLLTO_MIDDLE);
+        elm_gengrid_item_bring_in(event_data->last_item_found, 
ELM_GENGRID_ITEM_SCROLLTO_MIDDLE);
         elm_object_focus_set(event_data->en_obj, EINA_TRUE);
      }
    else

-- 


Reply via email to