summaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2012-06-14 10:40:10 +0200
committerMilan Crha <mcrha@redhat.com>2012-06-14 10:41:28 +0200
commit8079043125af940a00a4570db6c462867acd8fa2 (patch)
tree682b003368cee2b8f9f6a27e246f4e150df19497 /services
parent2dfe01b2d28ea4f1dac575e39eb3a25358b56d1a (diff)
downloadevolution-data-server-8079043125af940a00a4570db6c462867acd8fa2.tar.gz
Port remaining bits from GConf to GSettings
Diffstat (limited to 'services')
-rw-r--r--services/evolution-addressbook-factory/evolution-addressbook-factory.c5
-rw-r--r--services/evolution-calendar-factory/evolution-calendar-factory.c5
2 files changed, 0 insertions, 10 deletions
diff --git a/services/evolution-addressbook-factory/evolution-addressbook-factory.c b/services/evolution-addressbook-factory/evolution-addressbook-factory.c
index f99da5c62..ffb69b700 100644
--- a/services/evolution-addressbook-factory/evolution-addressbook-factory.c
+++ b/services/evolution-addressbook-factory/evolution-addressbook-factory.c
@@ -21,8 +21,6 @@
#include <stdlib.h>
#include <glib/gi18n.h>
-#include <dbus/dbus-glib.h>
-
#ifdef ENABLE_MAINTAINER_MODE
#include <gtk/gtk.h>
#endif
@@ -102,9 +100,6 @@ main (gint argc,
g_type_init ();
#endif
- /* this is to initialize threading for dbus-glib used by GConf */
- dbus_g_thread_init ();
-
context = g_option_context_new (NULL);
g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
g_option_context_parse (context, &argc, &argv, &error);
diff --git a/services/evolution-calendar-factory/evolution-calendar-factory.c b/services/evolution-calendar-factory/evolution-calendar-factory.c
index 36fa064aa..a80731bb3 100644
--- a/services/evolution-calendar-factory/evolution-calendar-factory.c
+++ b/services/evolution-calendar-factory/evolution-calendar-factory.c
@@ -21,8 +21,6 @@
#include <stdlib.h>
#include <glib/gi18n.h>
-#include <dbus/dbus-glib.h>
-
#ifdef ENABLE_MAINTAINER_MODE
#include <gtk/gtk.h>
#endif
@@ -106,9 +104,6 @@ main (gint argc,
g_type_init ();
#endif
- /* this is to initialize threading for dbus-glib used by GConf */
- dbus_g_thread_init ();
-
context = g_option_context_new (NULL);
g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
g_option_context_parse (context, &argc, &argv, &error);