summaryrefslogtreecommitdiff
path: root/telepathy-glib/contacts-mixin.c
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2008-08-13 15:23:09 +0000
committerSjoerd Simons <Sjoerd Simons sjoerd@luon.net>2008-08-13 19:04:35 +0100
commit87994bcfa1661f6f8735f67a6a2b2e863cbbb76d (patch)
treec5f41124e5cd70b653c8cb1afc34fe43e3bba150 /telepathy-glib/contacts-mixin.c
parent726bf638a980a02da6242dca2967ab7dfa203228 (diff)
downloadtelepathy-glib-87994bcfa1661f6f8735f67a6a2b2e863cbbb76d.tar.gz
ContactsMixin: Add missing rename
20080813152309-93b9a-a34030f5f831645259db1790f80323f6d4c338b0.gz
Diffstat (limited to 'telepathy-glib/contacts-mixin.c')
-rw-r--r--telepathy-glib/contacts-mixin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/contacts-mixin.c b/telepathy-glib/contacts-mixin.c
index 99c0ae9b2..edf9fda70 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);
}
/**