[evolution-kolab] EBookConfigKolab: Allow creation of remote folders.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-kolab] EBookConfigKolab: Allow creation of remote folders.
- Date: Thu, 13 Sep 2012 20:20:33 +0000 (UTC)
commit 843271a9f011902e2af4de9d42d3f71948ffce8a
Author: Matthew Barnes <mbarnes redhat com>
Date: Thu Sep 13 15:58:38 2012 -0400
EBookConfigKolab: Allow creation of remote folders.
src/configuration/e-book-config-kolab.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/src/configuration/e-book-config-kolab.c b/src/configuration/e-book-config-kolab.c
index fa3b7c4..1ccf8fe 100644
--- a/src/configuration/e-book-config-kolab.c
+++ b/src/configuration/e-book-config-kolab.c
@@ -23,6 +23,12 @@ G_DEFINE_DYNAMIC_TYPE (
e_book_config_kolab,
E_TYPE_SOURCE_CONFIG_BACKEND)
+static gboolean
+book_config_kolab_allow_creation (ESourceConfigBackend *backend)
+{
+ return TRUE;
+}
+
static void
e_book_config_kolab_class_init (EBookConfigKolabClass *class)
{
@@ -34,6 +40,7 @@ e_book_config_kolab_class_init (EBookConfigKolabClass *class)
backend_class = E_SOURCE_CONFIG_BACKEND_CLASS (class);
backend_class->backend_name = "kolab";
+ backend_class->allow_creation = book_config_kolab_allow_creation;
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]