[gnome-contacts/ricotz/vala: 2/2] Fix build with telepathy enabled
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts/ricotz/vala: 2/2] Fix build with telepathy enabled
- Date: Sun, 31 Jan 2021 20:46:44 +0000 (UTC)
commit e73cb7e6572f7c148c18e897d2440c3b7e2fc273
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]