[evolution-kolab] ECalConfigKolab: Allow creation of remote folders.



commit cc364e1a7f5c252c1a98cf74f2dc6a231dcf2e96
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu Sep 13 16:00:12 2012 -0400

    ECalConfigKolab: Allow creation of remote folders.

 src/configuration/e-cal-config-kolab.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/configuration/e-cal-config-kolab.c b/src/configuration/e-cal-config-kolab.c
index db89c51..29e8023 100644
--- a/src/configuration/e-cal-config-kolab.c
+++ b/src/configuration/e-cal-config-kolab.c
@@ -23,6 +23,12 @@ G_DEFINE_DYNAMIC_TYPE (
 	e_cal_config_kolab,
 	E_TYPE_SOURCE_CONFIG_BACKEND)
 
+static gboolean
+cal_config_kolab_allow_creation (ESourceConfigBackend *backend)
+{
+	return TRUE;
+}
+
 static void
 e_cal_config_kolab_class_init (ECalConfigKolabClass *class)
 {
@@ -34,6 +40,7 @@ e_cal_config_kolab_class_init (ECalConfigKolabClass *class)
 
 	backend_class = E_SOURCE_CONFIG_BACKEND_CLASS (class);
 	backend_class->backend_name = "ews";
+	backend_class->allow_creation = cal_config_kolab_allow_creation;
 }
 
 static void



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