On Wed, 22 Jun 2011 22:34:11 +0900 Carsten Haitzler (The Rasterman) <[email protected]> wrote:
> On Wed, 22 Jun 2011 15:32:41 +0200 (CEST) Vincent Torri <[email protected]> > said: > > > > > > > On Wed, 22 Jun 2011, Enlightenment SVN wrote: > > > > > Log: > > > for the french. > > > > i would have prefered a beautiful colored spank message with ERR > > > > Vincent > > i was going for a quickie... not a long session of spanking. :) DON'T WORRY, I GOT YOUR BACK -->r60591 > > > > > > > Author: raster > > > Date: 2011-06-22 06:28:43 -0700 (Wed, 22 Jun 2011) > > > New Revision: 60590 > > > Trac: http://trac.enlightenment.org/e/changeset/60590 > > > > > > Modified: > > > trunk/edje/src/lib/edje_util.c > > > > > > Modified: trunk/edje/src/lib/edje_util.c > > > =================================================================== > > > --- trunk/edje/src/lib/edje_util.c 2011-06-22 12:47:12 UTC (rev > > > 60589) +++ trunk/edje/src/lib/edje_util.c 2011-06-22 13:28:43 UTC > > > (rev 60590) @@ -3610,6 +3610,8 @@ > > > if ((!ed) || (!color_class)) return; > > > if (!_edje_color_class_member_hash) _edje_color_class_member_hash = > > > eina_hash_string_superfast_new(NULL); members = eina_hash_find > > > (_edje_color_class_member_hash, color_class); > > > + if (eina_list_count(members) > 50000) > > > + printf("ERRRRRRRRRROR. CEDRIC BROKE ME! I NOW LEAK > > > COLORCLASSES\n"); > > > > > > members = eina_list_prepend(members, ed); > > > eina_hash_set(_edje_color_class_member_hash, color_class, members); > > > @@ -3718,6 +3720,8 @@ > > > > > > /* Update the member list */ > > > members = eina_list_prepend(members, ed); > > > + if (eina_list_count(members) > 50000) > > > + printf("ERRRRRRRRRROR. CEDRIC BROKE ME! I NOW LEAK TEXTCLASSES\n"); > > > > > > /* Don't loose track of members list */ > > > if (!ed->members) > > > > > > > > > ------------------------------------------------------------------------------ > > > Simplify data backup and recovery for your virtual environment with > > > vRanger. Installation's a snap, and flexible recovery options mean your > > > data is safe, secure and there when you need it. Data protection magic? > > > Nope - It's vRanger. Get your free trial download today. > > > http://p.sf.net/sfu/quest-sfdev2dev > > > _______________________________________________ > > > enlightenment-svn mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > > > > > > > > > ------------------------------------------------------------------------------ > > Simplify data backup and recovery for your virtual environment with vRanger. > > Installation's a snap, and flexible recovery options mean your data is safe, > > secure and there when you need it. Data protection magic? > > Nope - It's vRanger. Get your free trial download today. > > http://p.sf.net/sfu/quest-sfdev2dev > > _______________________________________________ > > enlightenment-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > -- Mike Blumenkrantz Zentific: Coding in binary since '10. ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
