From e444ee9b051168bbd591b9eadb03ae5f735e346f Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 22 Apr 2009 12:16:10 +0200 Subject: Rename empathy_contact_new_static to empathy_contact_new_for_log --- libempathy/empathy-contact.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libempathy/empathy-contact.c') diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 27f3ff9c2..fe8cf8234 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -389,10 +389,10 @@ empathy_contact_new (TpContact *tp_contact) } EmpathyContact * -empathy_contact_new_static (McAccount *account, - const gchar *id, - const gchar *name, - gboolean is_user) +empathy_contact_new_for_log (McAccount *account, + const gchar *id, + const gchar *name, + gboolean is_user) { g_return_val_if_fail (MC_IS_ACCOUNT (account), NULL); g_return_val_if_fail (id != NULL, NULL); -- cgit v1.2.3