From 5d63780e638c33a9622b5f205890a4daef06d250 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 13 Aug 2010 11:12:10 +0200 Subject: empathy_contact_new can be static now Everyone should use empathy_contact_dup_from_tp_contact() --- libempathy/empathy-contact.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-contact.c') diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c index 5347e7f38..324f41f64 100644 --- a/libempathy/empathy-contact.c +++ b/libempathy/empathy-contact.c @@ -502,7 +502,7 @@ contact_set_property (GObject *object, }; } -EmpathyContact * +static EmpathyContact * empathy_contact_new (TpContact *tp_contact) { g_return_val_if_fail (TP_IS_CONTACT (tp_contact), NULL); -- cgit v1.2.3