On Thu,  7 Jul 2011 08:24:16 -0700 "Enlightenment SVN"
<no-re...@enlightenment.org> said:

SPANK!!! this breaks things! :)

> Log:
> evas: prevent infinite insertion of object during recalc stage.
>   
> 
> Author:       cedric
> Date:         2011-07-07 08:24:16 -0700 (Thu, 07 Jul 2011)
> New Revision: 61123
> Trac:         http://trac.enlightenment.org/e/changeset/61123
> 
> 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     2011-07-07 15:19:23
> UTC (rev 61122) +++ trunk/evas/src/lib/canvas/evas_object_smart.c
> 2011-07-07 15:24:16 UTC (rev 61123) @@ -578,8 +578,8 @@
>     if (!obj->smart.smart->smart_class->calculate)
>       return;
>  
> +   obj->smart.smart->smart_class->calculate(obj);
>     o->need_recalculate = 0;
> -   obj->smart.smart->smart_class->calculate(obj);
>  }
>  
>  EAPI void
> @@ -619,8 +619,8 @@
>          o = obj->object_data;
>          if (o->need_recalculate)
>            {
> +             obj->smart.smart->smart_class->calculate(obj);
>               o->need_recalculate = 0;
> -             obj->smart.smart->smart_class->calculate(obj);
>            }
>       }
>     in_smart_calc--;
> 
> 
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security 
> threats, fraudulent activity, and more. Splunk takes this data and makes 
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to