From b36980efea265edcd822b71e1a1ff8715e75e652 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Florian=20M=C3=BCllner?= Date: Mon, 25 Jun 2012 15:41:44 +0200 Subject: [PATCH] eds: Adjust to e-d-s API break Address books are now referenced by UID instead of URI, and the API has been updated to reflect this. --- backends/eds/lib/edsf-persona-store.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/eds/lib/edsf-persona-store.vala b/backends/eds/lib/edsf-persona-store.vala index 471f3bf..a435764 100644 --- a/backends/eds/lib/edsf-persona-store.vala +++ b/backends/eds/lib/edsf-persona-store.vala @@ -1174,7 +1174,7 @@ public class Edsf.PersonaStore : Folks.PersonaStore /* Irrelevant */ case ContactField.UID: /* identifier */ case ContactField.REV: /* revision date */ - case ContactField.BOOK_URI: /* parent identifier */ + case ContactField.BOOK_UID: /* parent identifier */ case ContactField.NAME_OR_ORG: /* FULL_NAME or ORG; both handled */ return PersonaDetail.INVALID; /* Unsupported */ -- 2.7.4