billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=0bc73d9b17ee6ca98fe897757e93a7113b22985b
commit 0bc73d9b17ee6ca98fe897757e93a7113b22985b Author: Jean Guyomarc'h <[email protected]> Date: Sat Jan 25 21:00:02 2014 +0100 Fix two small warnings Reviewers: billiob, raster Differential Revision: https://phab.enlightenment.org/D496 --- src/bin/options_wallpaper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/options_wallpaper.c b/src/bin/options_wallpaper.c index 109b7d3..7dc6f9f 100644 --- a/src/bin/options_wallpaper.c +++ b/src/bin/options_wallpaper.c @@ -180,7 +180,7 @@ _insert_gengrid_item(Insert_Gen_Grid_Item_Notify *msg_data) { elm_gengrid_item_selected_set(item->item, EINA_TRUE); elm_gengrid_item_bring_in(item->item, - ELM_GENLIST_ITEM_SCROLLTO_MIDDLE); + ELM_GENGRID_ITEM_SCROLLTO_MIDDLE); } else if ((item->path) && (config->background)) { @@ -188,7 +188,7 @@ _insert_gengrid_item(Insert_Gen_Grid_Item_Notify *msg_data) { elm_gengrid_item_selected_set(item->item, EINA_TRUE); elm_gengrid_item_bring_in(item->item, - ELM_GENLIST_ITEM_SCROLLTO_MIDDLE); + ELM_GENGRID_ITEM_SCROLLTO_MIDDLE); } } } --
