]> git.0d.be Git - empathy.git/commitdiff
There is no "contact" property on EmpathyTpFile
authorXavier Claessens <xclaesse@gmail.com>
Tue, 17 Feb 2009 09:57:35 +0000 (10:57 +0100)
committerXavier Claessens <xclaesse@gmail.com>
Wed, 22 Apr 2009 10:21:09 +0000 (12:21 +0200)
libempathy/empathy-tp-file.c

index 3a41868dfce65587f1d1c1648e8fcd3eef65f4d9..bcd35a257e1e786346edf3b4c1d8d9fa8ca99466 100644 (file)
@@ -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);
 }