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

« back to all changes in this revision

Viewing changes to camel/providers/imap/camel-imap-message-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:
696
696
                         * read the message).
697
697
                         */
698
698
                        part_find.found = 0;
699
 
                        part_find.disk_part_name = g_strdup_printf("%s" BASE_PART_SUFFIX,
700
 
                                                                   (gchar *) uids->pdata[i]);
 
699
                        part_find.disk_part_name = g_strdup_printf (
 
700
                                "%s" BASE_PART_SUFFIX,
 
701
                                (gchar *) uids->pdata[i]);
701
702
                        g_ptr_array_foreach (parts_list, _match_part, &part_find);
702
703
                        g_free (part_find.disk_part_name);
703
704
                        if (part_find.found)