On Friday, November 30, 2012, Enlightenment SVN wrote:

> Log:
> come on guys, run 'make' or (if you get paid to develop, you may consider)
> distcheck before committing
>
>
> Author:       discomfitor
> Date:         2012-11-30 10:28:55 -0800 (Fri, 30 Nov 2012)
> New Revision: 79937
> Trac:         http://trac.enlightenment.org/e/changeset/79937
>
> Modified:
>   trunk/elementary/src/lib/elm_prefs.h
>
> Modified: trunk/elementary/src/lib/elm_prefs.h
> ===================================================================
> --- trunk/elementary/src/lib/elm_prefs.h        2012-11-30 18:16:00 UTC
> (rev 79936)
> +++ trunk/elementary/src/lib/elm_prefs.h        2012-11-30 18:28:55 UTC
> (rev 79937)
> @@ -428,7 +428,7 @@
>   *
>   * @since 1.8
>   */
> -typedef enum _Elm_Prefs_Item_Type
> +enum _Elm_Prefs_Item_Type
>  {
>     ELM_PREFS_TYPE_UNKNOWN = 0,
>     ELM_PREFS_TYPE_ACTION, /***< action type, bound to button-like UI
> elements */
> @@ -444,7 +444,7 @@
>     ELM_PREFS_TYPE_SAVE, /**< saving trigger type, bound to button-like UI
> elements */
>     ELM_PREFS_TYPE_SEPARATOR, /**< separator type, bound to separator-like
> UI elements */
>     ELM_PREFS_TYPE_SWALLOW /**< swallow type, bound to an empty 'spot' on
> the UI meant to receive and display external content */
> -} Elm_Prefs_Item_Type;
> +};
>
>
Hu? This didnt work?! Usual typedef, no?



>  /**
>   * Modes of resetting a prefs widget.
>
>
>
> ------------------------------------------------------------------------------
> Keep yourself connected to Go Parallel:
> TUNE You got it built. Now make it sing. Tune shows you how.
> http://goparallel.sourceforge.net
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net <javascript:;>
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel: 
TUNE You got it built. Now make it sing. Tune shows you how.
http://goparallel.sourceforge.net
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to