Diff between 368bec1515af0982aa79647cfaba0f9f8f20604e and c7d7d47765ac83f795ee952720520dff233ec4d9
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/phonebook-tracker.c | +1 | -2 | modified |
Full Patch
diff --git a/obexd/plugins/phonebook-tracker.c b/obexd/plugins/phonebook-tracker.c
index a5cd8a7..d211660 100644
--- a/obexd/plugins/phonebook-tracker.c
+++ b/obexd/plugins/phonebook-tracker.c
@@ -870,8 +870,7 @@
"SELECT COUNT(?c) " \
"WHERE {" \
"?c a nco:PersonContact ." \
- "FILTER (regex(str(?c), \"contact:\") || " \
- "regex(str(?c), \"nco#default-contact-me\"))" \
+ "FILTER (regex(str(?c), \"contact:\"))" \
"}"
#define MISSED_CALLS_COUNT_QUERY \