xfconf-errors.h enum error

David Mohr squisher at xfce.org
Mon Aug 3 03:49:31 CEST 2009


On Sun, Aug 2, 2009 at 1:28 PM, Bo Lorentsen<bl at lue.dk> wrote:
> Hi ...
>
> There is an error in line 45 in the xfconf-errors.h file (g++ 4.3.3), in the
> svn version. This patch make the difference :
>
> Index: xfconf-errors.h
> ===================================================================
> --- xfconf-errors.h    (revision 30425)
> +++ xfconf-errors.h    (working copy)
> @@ -42,7 +42,7 @@
>    XFCONF_ERROR_INTERNAL_ERROR,
>    XFCONF_ERROR_NO_BACKEND,
>    XFCONF_ERROR_INVALID_PROPERTY,
> -    XFCONF_ERROR_INVALID_CHANNEL,
> +    XFCONF_ERROR_INVALID_CHANNEL
> } XfconfError;
>
> GType xfconf_error_get_type(void) G_GNUC_CONST;
>
> Hope this soon ends up in debian testing, as it breaks the XFC build :-)

That's not an error, at least not with gcc.

~David



More information about the Xfce4-dev mailing list