Jiyoun is doing this job gradually. I will join this soon after fixing more elm bugs. On Mar 9, 2012 6:07 PM, "Enlightenment SVN" <no-re...@enlightenment.org> wrote:
> Log: > elmdentica: small fix due to recent elm API break. > > NOTE: it's easy to spot all use point of an API in our svn. For example, > with > this particular API change, you could have done : > grep -r elm_genlist_item_show . |grep -v ","|grep '.c:' > And just fix every user... > > > > Author: cedric > Date: 2012-03-09 01:07:32 -0800 (Fri, 09 Mar 2012) > New Revision: 69082 > Trac: http://trac.enlightenment.org/e/changeset/69082 > > Modified: > trunk/elmdentica/src/elmdentica.c > > Modified: trunk/elmdentica/src/elmdentica.c > =================================================================== > --- trunk/elmdentica/src/elmdentica.c 2012-03-09 09:02:39 UTC (rev 69081) > +++ trunk/elmdentica/src/elmdentica.c 2012-03-09 09:07:32 UTC (rev 69082) > @@ -1514,7 +1514,7 @@ > > if(gli) { > li = elm_genlist_item_insert_after(gui.timeline, &itc1, as, > NULL, gli, ELM_GENLIST_ITEM_NONE, NULL, NULL); > - elm_genlist_item_show(li); > + elm_genlist_item_show(li, ELM_GENLIST_ITEM_SCROLLTO_TOP); > network_busy_set(EINA_FALSE); > } else > li = elm_genlist_item_prepend(gui.timeline, &itc1, as, > NULL, ELM_GENLIST_ITEM_NONE, NULL, NULL); > > > > ------------------------------------------------------------------------------ > 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-svn mailing list > enlightenment-...@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ 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