From f2088f25e93623f49d8832c00ba17a2accdb9cee Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 17 Feb 2009 10:57:35 +0100 Subject: [PATCH] There is no "contact" property on EmpathyTpFile --- libempathy/empathy-tp-file.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 3a41868d..bcd35a25 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -515,8 +515,6 @@ tp_file_got_contact_cb (EmpathyTpContactFactory *factory, EmpathyTpFile *tp_file = EMPATHY_TP_FILE (weak_object); tp_file->priv->contact = g_object_ref (contacts->data); - g_object_notify (G_OBJECT (tp_file), "contact"); - tp_file_check_if_ready (tp_file); } -- 2.39.2