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