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
Index: ephoto/src/bin/ephoto_main.c
===================================================================
--- ephoto/src/bin/ephoto_main.c        (리비전 69073)
+++ ephoto/src/bin/ephoto_main.c        (작업 사본)
@@ -28,9 +28,10 @@ _ephoto_thumb_browser_show(Ephoto *ephoto, Ephoto_
    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
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to