[gnome-contacts/ricotz/vala] Fix build with telepathy enabled
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts/ricotz/vala] Fix build with telepathy enabled
- Date: Thu, 28 Jan 2021 21:00:31 +0000 (UTC)
commit 1f9151f91f7cc15a97793ac59ba1455a9474aed0
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Thu Jan 28 21:58:22 2021 +0100
Fix build with telepathy enabled
src/contacts-contact-list.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/contacts-contact-list.vala b/src/contacts-contact-list.vala
index 00fe5c1f..63d90e45 100644
--- a/src/contacts-contact-list.vala
+++ b/src/contacts-contact-list.vala
@@ -270,7 +270,7 @@ public class Contacts.ContactList : Gtk.ListBox {
selection_changed (individual);
#if HAVE_TELEPATHY
if (individual != null)
- Contact.fetch_contact_info (individual);
+ Contacts.Utils.fetch_contact_info (individual);
#endif
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]