X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=libempathy%2Fempathy-tp-contact-list.c;fp=libempathy%2Fempathy-tp-contact-list.c;h=f2197949570831f2d43c6207256bd51946f8cb50;hp=93742681a124a9582b9113adcdddc81b7556850f;hb=f2684964e27ae50e40b9708aeb5f46562b25df29;hpb=136e7561dbe34bafa1974ea6aa9aa5acceb00c61 diff --git a/libempathy/empathy-tp-contact-list.c b/libempathy/empathy-tp-contact-list.c index 93742681..f2197949 100644 --- a/libempathy/empathy-tp-contact-list.c +++ b/libempathy/empathy-tp-contact-list.c @@ -817,16 +817,16 @@ iterate_on_channels (EmpathyTpContactList *list, if (tp_strdiff (tp_asv_get_string (properties, TP_IFACE_CHANNEL ".ChannelType"), TP_IFACE_CHANNEL_TYPE_CONTACT_LIST)) - return; + continue; if (tp_asv_get_string (properties, TP_IFACE_CHANNEL ".TargetID") == NULL) - return; + continue; handle_type = tp_asv_get_uint32 (properties, TP_IFACE_CHANNEL ".TargetHandleType", NULL); if (handle_type != TP_HANDLE_TYPE_GROUP) - return; + continue; tp_contact_list_group_add_channel (list, path, properties); }