On Sun, 15 Nov 2009, Enlightenment SVN wrote:

> Log:
>  compiling before u commit is a good idea
>
>
> Author:       raster
> Date:         2009-11-15 06:06:38 -0800 (Sun, 15 Nov 2009)
> New Revision: 43707
>
> Modified:
>  trunk/TMP/st/elementary/src/lib/elm_panel.c
>
> Modified: trunk/TMP/st/elementary/src/lib/elm_panel.c
> ===================================================================
> --- trunk/TMP/st/elementary/src/lib/elm_panel.c       2009-11-15 13:46:20 UTC 
> (rev 43706)
> +++ trunk/TMP/st/elementary/src/lib/elm_panel.c       2009-11-15 14:06:38 UTC 
> (rev 43707)
> @@ -55,7 +55,7 @@
>    mw = mw + (w - vw);
>    mh = mh + (h - vh);
>    evas_object_size_hint_min_set(obj, mw, mh);
> -   evas_object_size_hint_max_set(obj, -1, ,-1);
> +   evas_object_size_hint_max_set(obj, -1, -1);
> }

shouldn't we use EVAS_HINT_FILL here ?

Vincent

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to