ephoto: Fixed build break. Patch by Hyoyoung Change <hyoyoung@gmail.com>

On Fri, Mar 9, 2012 at 2:29 PM, Hyoyoung Chang <hyoyoung@gmail.com>
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
This commit is contained in:
Daniel Juyung Seo 2012-03-09 06:22:03 +00:00
parent 77f6cd5dde
commit 9c24087cbb
1 changed files with 3 additions and 2 deletions

View File

@ -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