Linux bluetooth development
 help / color / mirror / Atom feed
From: Johan Hedberg <johan.hedberg@gmail.com>
To: Radoslaw Jablonski <ext-jablonski.radoslaw@nokia.com>
Cc: linux-bluetooth@vger.kernel.org
Subject: Re: [PATCH] Fix query for VCARD listing (work phone issue)
Date: Thu, 22 Jul 2010 15:14:42 +0300	[thread overview]
Message-ID: <20100722121442.GA20763@jh-x301> (raw)
In-Reply-To: <1279800371-24342-1-git-send-email-ext-jablonski.radoslaw@nokia.com>

Hi Radek,

On Thu, Jul 22, 2010, Radoslaw Jablonski wrote:
> Fixed tracker query for VCARD listing - previously contacts with only
> work phone filled were missing in query result (and in vcard listing).
> Now if mobile/home phone number is not available, then trying to get
> work phone number.
> ---
>  plugins/phonebook-tracker.c |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
> 
> diff --git a/plugins/phonebook-tracker.c b/plugins/phonebook-tracker.c
> index ee072d3..41d7fde 100644
> --- a/plugins/phonebook-tracker.c
> +++ b/plugins/phonebook-tracker.c
> @@ -72,6 +72,10 @@
>  	"WHERE { "							\
>  		"?c a nco:PersonContact . "				\
>  	"OPTIONAL { ?c nco:hasPhoneNumber ?h . } "			\
> +	"OPTIONAL { "							\
> +		"?c nco:hasAffiliation ?a . "				\
> +		"?a nco:hasPhoneNumber ?h . "				\
> +	"} "								\
>  	"}"
>  
>  #define MISSED_CALLS_QUERY						\

Thanks for the patch. It's now upstream.

Johan

      reply	other threads:[~2010-07-22 12:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-22 12:06 [PATCH] Fix query for VCARD listing (work phone issue) Radoslaw Jablonski
2010-07-22 12:14 ` Johan Hedberg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100722121442.GA20763@jh-x301 \
    --to=johan.hedberg@gmail.com \
    --cc=ext-jablonski.radoslaw@nokia.com \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox