~ubuntu-branches/ubuntu/saucy/evolution-data-server/saucy

« back to all changes in this revision

Viewing changes to addressbook/libedata-book/e-book-backend-cache.c

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2012-10-08 12:58:16 UTC
  • mfrom: (181.1.7 quantal)
  • Revision ID: package-import@ubuntu.com-20121008125816-i3n76e8c0m64e7xp
Tags: 3.6.0-0ubuntu2
* Fix LP: #1038047 part 1 - Don't abort in e_source_registry_new* when a
  problem occurs connecting to the Dbus service
  - add debian/patches/dont-abort-in-e_source_registry_new.patch
  - update debian/patches/series
* Fix LP: #1038047 part 2 - libedataserver depends on
  evolution-data-server-common to ensure that the GSettings schemas are
  present
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
 
213
213
        for (; l != NULL; l = g_slist_next (l)) {
214
214
                vcard_str = l->data;
215
 
                if (vcard_str && !strncmp (vcard_str, "BEGIN:VCARD", 11)) {
 
215
                if (vcard_str && !strncmp (vcard_str, "BEGIN:VCARD", 11)) {
216
216
                        contact = e_contact_new_from_vcard (vcard_str);
217
217
                        uid = e_contact_get_const (contact, E_CONTACT_UID);
218
218
                        if (contact && uid && *uid &&(query && e_book_backend_sexp_match_contact (sexp, contact)))