Diff between 3f347cf9a5de6eec2a9c04383a03a3c0bf2bc5c2 and 8f2b4ccfb4280ec022dd59f44c1bb661c832231b
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/phonebook-tracker.c | +1 | -3 | modified |
Full Patch
diff --git a/obexd/plugins/phonebook-tracker.c b/obexd/plugins/phonebook-tracker.c
index 6b9bb2f..c80ee68 100644
--- a/obexd/plugins/phonebook-tracker.c
+++ b/obexd/plugins/phonebook-tracker.c
@@ -1634,9 +1634,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);