GNOME Bugzilla – Bug 694049
Fix build with e-d-s master
Last modified: 2013-02-18 03:25:36 UTC
See patch.
Created attachment 236500 [details] [review] Fix build with evolution-data-server master Eds recently splitted certain enums from libebook into libebook-contacts. As part of that, they are now correctly reported as error domains, rather than bare enums, so we need to change the syntax to check them.
Thank you! Pushed with minor changes: commit 0ad183e612b5567b055cef7f601cd67461c485cd Author: Giovanni Campagna <gcampagna@src.gnome.org> Date: Sun Feb 17 23:50:44 2013 +0100 Fix build with evolution-data-server master Eds recently splitted certain enums from libebook into libebook-contacts. As part of that, they are now correctly reported as error domains, rather than bare enums, so we need to change the syntax to check them. https://bugzilla.gnome.org/show_bug.cgi?id=694049 NEWS | 3 +++ backends/eds/lib/Makefile.am | 1 + backends/eds/lib/edsf-persona-store.vala | 81 ++++++++++++++++++++++++++++++++++++--------------------------------------------- configure.ac | 7 ++++--- 4 files changed, 44 insertions(+), 48 deletions(-)