Hello Tom.
This breaks eyelight. Can you check with eyelight?

Please refer the following screenshot.
http://www.flickr.com/photos/67308399@N05/7180844441/in/photostream
When I run eyelight and move forward/backward fast, objects are not
deleted correctly.
howto)
  1. build/install PROTO/eyelight
   2. run $eyelight -p=efl.elt in trunk/MARKETING/conf/FOSDEM/2011/EFL

This commit broke it.
Thanks in advance.

Daniel Juyung Seo (SeoZ)

On Mon, Jun 11, 2012 at 5:35 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> Evas smart: Remove from the list, don't assume we have not other refcounts.
>
>  Without it, it just assumes the object has no refcounts and deletes the
>  object by force. It's very bad if you use refcounts, because your refcounts
>  are gone.
>
> Author:       tasn
> Date:         2012-06-11 01:35:07 -0700 (Mon, 11 Jun 2012)
> New Revision: 71936
> Trac:         http://trac.enlightenment.org/e/changeset/71936
>
> Modified:
>  trunk/evas/src/lib/canvas/evas_object_smart.c
>
> Modified: trunk/evas/src/lib/canvas/evas_object_smart.c
> ===================================================================
> --- trunk/evas/src/lib/canvas/evas_object_smart.c       2012-06-11 08:19:04 
> UTC (rev 71935)
> +++ trunk/evas/src/lib/canvas/evas_object_smart.c       2012-06-11 08:35:07 
> UTC (rev 71936)
> @@ -301,7 +301,10 @@
>  {
>    Evas_Object_Smart *o = (Evas_Object_Smart *)(obj->object_data);
>    while (o->contained)
> -     evas_object_del((Evas_Object *)(o->contained));
> +     {
> +        evas_object_smart_member_del(
> +              EINA_INLIST_CONTAINER_GET(o->contained, Evas_Object));
> +     }
>  }
>
>  EAPI Evas_Object *
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to