diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-02-17 17:57:35 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-22 18:21:09 +0800 |
commit | f2088f25e93623f49d8832c00ba17a2accdb9cee (patch) | |
tree | c04103c3659a88f9c9a99acc672656f36fd99411 /libempathy/empathy-tp-file.c | |
parent | 782b0131b9c80d4ebf769d9b9b165801578aa888 (diff) | |
download | gsoc2013-empathy-f2088f25e93623f49d8832c00ba17a2accdb9cee.tar gsoc2013-empathy-f2088f25e93623f49d8832c00ba17a2accdb9cee.tar.gz gsoc2013-empathy-f2088f25e93623f49d8832c00ba17a2accdb9cee.tar.bz2 gsoc2013-empathy-f2088f25e93623f49d8832c00ba17a2accdb9cee.tar.lz gsoc2013-empathy-f2088f25e93623f49d8832c00ba17a2accdb9cee.tar.xz gsoc2013-empathy-f2088f25e93623f49d8832c00ba17a2accdb9cee.tar.zst gsoc2013-empathy-f2088f25e93623f49d8832c00ba17a2accdb9cee.zip |
There is no "contact" property on EmpathyTpFile
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r-- | libempathy/empathy-tp-file.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 3a41868df..bcd35a257 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); } |