From b6568db4f81cf4e78e96aa5fe23f020de5ff6557 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 7 Jul 2010 16:21:43 +0100 Subject: Merge EmpathyContact:name and *_set_alias() to EmpathyContact:alias The "name" API was a relic of Gossip. --- src/empathy-map-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/empathy-map-view.c') diff --git a/src/empathy-map-view.c b/src/empathy-map-view.c index 2b0b93f7f..2143f19ef 100644 --- a/src/empathy-map-view.c +++ b/src/empathy-map-view.c @@ -227,7 +227,7 @@ map_view_contacts_update_label (ChamplainMarker *marker) contact = g_object_get_data (G_OBJECT (marker), "contact"); location = empathy_contact_get_location (contact); - name = empathy_contact_get_name (contact); + name = empathy_contact_get_alias (contact); gtime = g_hash_table_lookup (location, EMPATHY_LOCATION_TIMESTAMP); if (gtime != NULL) -- cgit v1.2.3