]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact.c
Rename empathy_contact_new_static to empathy_contact_new_for_log
[empathy.git] / libempathy / empathy-contact.c
index 27f3ff9c26b3f3302138e74c5d0ffa1797448a2d..fe8cf8234f5016d0c488f29cc63be694d2b3ab5f 100644 (file)
@@ -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);