Oops! Thanks for spot that one. (un)fortunately i'm drinking some beers at a pub, so no way to fix it myself. Please commit the fix. Regards
On 7/10/09, Vincent Torri <[email protected]> wrote: > > > On Fri, 10 Jul 2009, Enlightenment SVN wrote: > >> evas_object_size_hint_min_get(ep->object, &min_w, &min_h); >> - if (chosen_desc->box.min.h) >> + if (chosen_desc->box.min.h && (p3->w < min_w)) >> p3->w = min_w; >> - if (chosen_desc->box.min.v) >> + if (chosen_desc->box.min.v && (p3->h < min_w)) > ^ > are you sure it's min_w and not min_h ? > >> p3->h = min_h; >> } >> >> >> Modified: trunk/edje/src/lib/edje_util.c >> =================================================================== >> --- trunk/edje/src/lib/edje_util.c 2009-07-10 15:57:49 UTC (rev 41296) >> +++ trunk/edje/src/lib/edje_util.c 2009-07-10 23:13:09 UTC (rev 41297) >> @@ -2732,11 +2732,11 @@ >> while (children) >> { >> Evas_Object *child_obj = children->data; >> - _edje_box_child_remove(rp, child_obj); >> if (evas_object_data_get(child_obj, "\377 edje.box_item")) >> i++; >> else >> { >> + _edje_box_child_remove(rp, child_obj); >> if (!evas_object_box_remove_at(rp->object, i)) >> return EINA_FALSE; >> if (clear) >> >> >> ------------------------------------------------------------------------------ >> Enter the BlackBerry Developer Challenge >> This is your chance to win up to $100,000 in prizes! For a limited time, >> vendors submitting new applications to BlackBerry App World(TM) will have >> the opportunity to enter the BlackBerry Developer Challenge. See full >> prize >> details at: http://p.sf.net/sfu/Challenge >> _______________________________________________ >> enlightenment-svn mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn >> >> -- >> Ce message a été vérifié par MailScanner >> pour des virus ou des polluriels et rien de >> suspect n'a été trouvé. >> Message délivré par le serveur de messagerie de l'Université d'Evry. >> >> -- Sent from my mobile device Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
