aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchenthill@novell.com>2010-05-20 15:41:04 +0800
committerChenthill Palanisamy <pchenthill@novell.com>2010-05-20 15:50:27 +0800
commit105543c804f91cd269f023fe36f2e9cc3f108760 (patch)
treeeb483ec70da34a8c41c06fc9e60ac23831e977ab /modules/calendar
parentbe538a4cff38c7b58468e7b2c7fa05f9dc8cb476 (diff)
downloadgsoc2013-evolution-105543c804f91cd269f023fe36f2e9cc3f108760.tar
gsoc2013-evolution-105543c804f91cd269f023fe36f2e9cc3f108760.tar.gz
gsoc2013-evolution-105543c804f91cd269f023fe36f2e9cc3f108760.tar.bz2
gsoc2013-evolution-105543c804f91cd269f023fe36f2e9cc3f108760.tar.lz
gsoc2013-evolution-105543c804f91cd269f023fe36f2e9cc3f108760.tar.xz
gsoc2013-evolution-105543c804f91cd269f023fe36f2e9cc3f108760.tar.zst
gsoc2013-evolution-105543c804f91cd269f023fe36f2e9cc3f108760.zip
Create the source groups required to ensure local adresssbooks and calendars are created
Diffstat (limited to 'modules/calendar')
-rw-r--r--modules/calendar/e-cal-shell-backend.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/calendar/e-cal-shell-backend.c b/modules/calendar/e-cal-shell-backend.c
index 30bad0a4bf..5e6f390189 100644
--- a/modules/calendar/e-cal-shell-backend.c
+++ b/modules/calendar/e-cal-shell-backend.c
@@ -166,6 +166,13 @@ cal_shell_backend_ensure_sources (EShellBackend *shell_backend)
* Open ... because of invalid URI" error. */
save_list = TRUE;
}
+ } else {
+ ESourceGroup *source_group;
+
+ source_group = e_source_group_new (name, base_uri);
+ e_source_list_add_group (priv->source_list, source_group, -1);
+ on_this_computer = source_group;
+ g_object_unref (source_group);
}
name = _("Personal");