xfconf-errors.h enum error
Bo Lorentsen
bl at lue.dk
Sun Aug 2 21:28:37 CEST 2009
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 :-)
/BL
More information about the Xfce4-dev
mailing list