aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-store.c
diff options
context:
space:
mode:
authorTravis Reitter <travis.reitter@collabora.co.uk>2011-05-03 08:21:04 +0800
committerTravis Reitter <travis.reitter@collabora.co.uk>2011-06-07 00:30:51 +0800
commitfaa40483fd000099a0593c09d0e92b938beaaaa7 (patch)
tree1373f3c1421aac65ae4259284caf3e09b83b3cf6 /libempathy-gtk/empathy-individual-store.c
parenta17f14769b6867e240f1f79288ed1d33ec51760b (diff)
downloadgsoc2013-empathy-faa40483fd000099a0593c09d0e92b938beaaaa7.tar
gsoc2013-empathy-faa40483fd000099a0593c09d0e92b938beaaaa7.tar.gz
gsoc2013-empathy-faa40483fd000099a0593c09d0e92b938beaaaa7.tar.bz2
gsoc2013-empathy-faa40483fd000099a0593c09d0e92b938beaaaa7.tar.lz
gsoc2013-empathy-faa40483fd000099a0593c09d0e92b938beaaaa7.tar.xz
gsoc2013-empathy-faa40483fd000099a0593c09d0e92b938beaaaa7.tar.zst
gsoc2013-empathy-faa40483fd000099a0593c09d0e92b938beaaaa7.zip
Don't conflate TpfPersona and FolksPersona.
Diffstat (limited to 'libempathy-gtk/empathy-individual-store.c')
-rw-r--r--libempathy-gtk/empathy-individual-store.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-individual-store.c b/libempathy-gtk/empathy-individual-store.c
index ef786d7e3..b804b2259 100644
--- a/libempathy-gtk/empathy-individual-store.c
+++ b/libempathy-gtk/empathy-individual-store.c
@@ -166,8 +166,8 @@ individual_get_client_types (FolksIndividual *individual)
{
FolksPresenceDetails *presence;
- /* We only want personas which implement FolksPresenceDetails */
- if (!FOLKS_IS_PRESENCE_DETAILS (l->data))
+ /* We only want personas which have presence and a TpContact */
+ if (!empathy_folks_persona_is_interesting (persona))
continue;
presence = FOLKS_PRESENCE_DETAILS (l->data);