[evolution-kolab] EKolabBackend: init libekolabutil subsystems



commit 34a69191a4cce32a757646b9e74154f90f28b07e
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Fri Sep 7 11:51:58 2012 +0200

    EKolabBackend: init libekolabutil subsystems

 src/collection/e-kolab-backend.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/collection/e-kolab-backend.c b/src/collection/e-kolab-backend.c
index 03c38a5..ca6fdc5 100644
--- a/src/collection/e-kolab-backend.c
+++ b/src/collection/e-kolab-backend.c
@@ -187,6 +187,9 @@ e_kolab_backend_init (EKolabBackend *backend)
 
 	g_mutex_init (&backend->priv->koma_lock);
 
+	/* init subsystems (these are no-ops if already called before) */
+	kolab_util_glib_init ();
+	kolab_util_folder_init ();
 	/* Initialize Camel and NSS.  If we fail here, there's not
 	 * much else to do but abort the whole service immediately. */
 	if (!kolab_util_camel_init (&error)) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]