summaryrefslogtreecommitdiff
path: root/libempathy/empathy-contact.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-13 11:12:10 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-13 11:12:13 +0200
commit5d63780e638c33a9622b5f205890a4daef06d250 (patch)
tree6ac8dcda14396e0e9ad7126963ab61a652bbb544 /libempathy/empathy-contact.c
parentd84c92507bd5398340faf5323965df92f97bb4e2 (diff)
downloadempathy-5d63780e638c33a9622b5f205890a4daef06d250.tar.gz
empathy_contact_new can be static now
Everyone should use empathy_contact_dup_from_tp_contact()
Diffstat (limited to 'libempathy/empathy-contact.c')
-rw-r--r--libempathy/empathy-contact.c2
1 files changed, 1 insertions, 1 deletions
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);