From 9c24087cbb4de86002c654f6c43e3fec30e16c10 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Fri, 9 Mar 2012 06:22:03 +0000 Subject: [PATCH] ephoto: Fixed build break. Patch by Hyoyoung Change On Fri, Mar 9, 2012 at 2:29 PM, Hyoyoung Chang wrote: > Dear all > > In ephoto, elm_gengrid_item_bring_in is used. > However some days ago, many changes was committed to elm. Also it's > parameters are changed. > It's patch for this. > > Thanks > SVN revision: 69074 --- src/bin/ephoto_main.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bin/ephoto_main.c b/src/bin/ephoto_main.c index ae691ce..6485666 100644 --- a/src/bin/ephoto_main.c +++ b/src/bin/ephoto_main.c @@ -28,9 +28,10 @@ _ephoto_thumb_browser_show(Ephoto *ephoto, Ephoto_Entry *entry) ephoto_slideshow_entry_set(ephoto->slideshow, NULL); elm_pager_content_promote(ephoto->pager, ephoto->thumb_browser); _ephoto_state_set(ephoto, EPHOTO_STATE_THUMB); - ephoto_title_set(ephoto, ephoto->config->directory); + ephoto_title_set(ephoto, ephoto->config->directory); - if ((entry) && (entry->item)) elm_gengrid_item_bring_in(entry->item); + if ((entry) && (entry->item)) + elm_gengrid_item_bring_in(entry->item, ELM_GENGRID_ITEM_SCROLLTO_IN); } static void