Enlightenment SVN wrote:
> Log:
>   Add some checks etc to separator widget
> Author:       quaker
> Date:         2009-08-26 00:46:11 -0700 (Wed, 26 Aug 2009)
> New Revision: 42007

<snip>

> @@ -72,15 +73,18 @@
>  elm_separator_horizontal_set(Evas_Object *obj, Eina_Bool horizontal)
>  {
>     Widget_Data *wd = elm_widget_data_get(obj);
> +   if (!wd) return;
>     horizontal = !!horizontal;
>     if (wd->horizontal == horizontal) return;
>     wd->horizontal = horizontal;
>     _theme_hook(obj);
> +   _sizing_eval(obj);
>  }
>  
Just an fyi...this above entry is a bit redundant. _theme_hook already 
calls sizing_eval so basically we are calling sizing_eval twice now.

dh


------------------------------------------------------------------------------
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