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

« back to all changes in this revision

Viewing changes to services/evolution-source-registry/evolution-source-registry.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:
21
21
#include <stdlib.h>
22
22
#include <glib/gi18n.h>
23
23
 
 
24
#ifdef ENABLE_MAINTAINER_MODE
 
25
#include <gtk/gtk.h>
 
26
#endif
 
27
 
24
28
#include <libebackend/libebackend.h>
25
29
 
26
30
/* Forward Declarations */
39
43
        bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
40
44
        bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
41
45
 
 
46
#ifdef ENABLE_MAINTAINER_MODE
 
47
        /* This is only to load gtk-modules, like
 
48
         * bug-buddy's gnomesegvhandler, if possible */
 
49
        gtk_init_check (&argc, &argv);
 
50
#else
42
51
        g_type_init ();
 
52
#endif
 
53
 
 
54
        e_gdbus_templates_init_main_thread ();
43
55
 
44
56
reload:
45
57
        /* Migrate user data from ~/.evolution to XDG base directories. */