From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 1 Sep 2010 13:36:55 +0300 From: Johan Hedberg To: =?utf-8?B?UmFmYcWC?= Michalski Cc: linux-bluetooth@vger.kernel.org Subject: Re: [PATCH 1/2] Merging address fields to single field Message-ID: <20100901103655.GA11705@jh-x301> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: Sender: linux-bluetooth-owner@vger.kernel.org List-ID: Hi Rafal, On Wed, Sep 01, 2010, RafaƂ Michalski wrote: > From: Rafal Michalski > Date: Wed, 1 Sep 2010 11:49:28 +0200 > Subject: [PATCH 1/2] Merging address fields to single field > > So far in code all seven address fields (pobox, extended, street, > locality, region, postal, country) was represented separately. > In vCard structure address is represented by one field so all > mentioned above fields are merged to single field. > --- > plugins/phonebook-tracker.c | 10 +++------- > plugins/vcard.c | 41 ++++++++++++++++------------------------- > plugins/vcard.h | 8 +------- > 3 files changed, 20 insertions(+), 39 deletions(-) Thanks. This patch is now upstream. Johan