On Tue, Mar 9, 2010 at 1:56 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
>  more members for newer struct - init to null.
>
>
> Author:       raster
> Date:         2010-03-09 08:56:31 -0800 (Tue, 09 Mar 2010)
> New Revision: 47092
>
> Modified:
>  trunk/TMP/st/elementary/src/lib/elm_widget.c 
> trunk/TMP/st/elementary/src/lib/els_icon.c 
> trunk/TMP/st/elementary/src/lib/els_pan.c 
> trunk/TMP/st/elementary/src/lib/els_scroller.c
>
> Modified: trunk/TMP/st/elementary/src/lib/elm_widget.c
> ===================================================================
> --- trunk/TMP/st/elementary/src/lib/elm_widget.c        2010-03-09 16:54:05 
> UTC (rev 47091)
> +++ trunk/TMP/st/elementary/src/lib/elm_widget.c        2010-03-09 16:56:31 
> UTC (rev 47092)
> @@ -999,7 +999,9 @@
>               _smart_calculate,
>               NULL,
>               NULL,
> -              NULL
> +              NULL,
> +               NULL,
> +               NULL
>          };
>        _e_smart = evas_smart_class_new(&sc);
>      }

please use the macros, they will avoid such nasty  errors :-/
EVAS_SMART_CLASS_INIT_...

-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to