Diff between 11970bc3cce43133833f2da8d5bbf8ca9a104c27 and eb108c617bbd28f6819efd1b3931991cff737e0e

Changed Files

File Additions Deletions Status
obexd/plugins/phonebook-tracker.c +2 -3 modified

Full Patch

diff --git a/obexd/plugins/phonebook-tracker.c b/obexd/plugins/phonebook-tracker.c
index b204493..2cd10de 100644
--- a/obexd/plugins/phonebook-tracker.c
+++ b/obexd/plugins/phonebook-tracker.c
@@ -135,11 +135,10 @@
 "\"NOTACALL\" \"false\" \"false\" "					\
 "?_contact "								\
 "WHERE {"								\
-"	?_contact a nco:PersonContact ;"				\
-"	nco:nameFamily ?_key ."						\
+"	?_contact a nco:PersonContact ."				\
 "	OPTIONAL {?_contact nco:hasAffiliation ?_role .}"		\
 "}"									\
-"ORDER BY ?_key tracker:id(?_contact)"
+"ORDER BY tracker:id(?_contact)"
 
 #define CONTACTS_QUERY_ALL_LIST						\
 	"SELECT ?c nco:nameFamily(?c) "					\