this code still has lots of (bad) compile warnings. I'm not your dad, fix them 
before you commit in the future


On Fri, 30 Nov 2012 10:28:55 -0800
"Enlightenment SVN" <[email protected]> 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;
> +};
>  
>  /**
>   * 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-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to