[Telepathy-commits] [telepathy-glib/master] ContactsMixin: Add missing rename
Sjoerd Simons
sjoerd at luon.net
Wed Aug 13 08:23:09 PDT 2008
20080813152309-93b9a-a34030f5f831645259db1790f80323f6d4c338b0.gz
---
telepathy-glib/contacts-mixin.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index 99c0ae9..edf9fda 100644
--- a/telepathy-glib/contacts-mixin.c
+++ b/telepathy-glib/contacts-mixin.c
@@ -388,10 +388,10 @@ tp_contacts_mixin_add_contact_attributes_iface (GObject *obj,
TpContactsMixin *self = TP_CONTACTS_MIXIN (obj);
g_assert (g_hash_table_lookup (self->priv->interfaces, interface) == NULL);
- g_assert (fill_attributes != NULL);
+ g_assert (fill_contact_attributes != NULL);
g_hash_table_insert (self->priv->interfaces, g_strdup (interface),
- fill_attributes);
+ fill_contact_attributes);
}
/**
--
1.5.6.3
More information about the Telepathy-commits
mailing list