This check is no longer needed - it was used to ensure that no error occured in querying tracker. This is redundant because checking for that case is located in the beginning of pull_contacts function. --- plugins/phonebook-tracker.c | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/plugins/phonebook-tracker.c b/plugins/phonebook-tracker.c index 44cedfc..61c7e90 100644 --- a/plugins/phonebook-tracker.c +++ b/plugins/phonebook-tracker.c @@ -1642,9 +1642,7 @@ add_numbers: done: vcards = gen_vcards(data->contacts, params); - if (num_fields == 0) - data->cb(vcards->str, vcards->len, - g_slist_length(data->contacts), + data->cb(vcards->str, vcards->len, g_slist_length(data->contacts), data->newmissedcalls, data->user_data); g_string_free(vcards, TRUE); -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html