[gnome-contacts] Fix use of deprecated libfolks API



commit d22b23e88d4b80f52eab4ea6e19e9f0aeb84df6f
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sun Aug 4 09:58:46 2013 +0200

    Fix use of deprecated libfolks API

 src/contacts-contact-editor.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-contact-editor.vala b/src/contacts-contact-editor.vala
index e68f178..fcac6e4 100644
--- a/src/contacts-contact-editor.vala
+++ b/src/contacts-contact-editor.vala
@@ -182,7 +182,7 @@ public class Contacts.ContactEditor : Grid {
                                         addr_editor.details.value.postal_code,
                                         addr_editor.details.value.country,
                                         addr_editor.details.value.address_format,
-                                        addr_editor.details.value.uid);
+                                        addr_editor.details.id);
       for (int i = 0; i < addr_editor.entries.length; i++)
        new_value.set (Contact.postal_element_props[i], addr_editor.entries[i].get_text ());
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]