aboutsummaryrefslogtreecommitdiffstats
path: root/modules/addressbook
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:42:04 +0800
commit428f26b128cf34f30e053584b07d29b1b44b0a36 (patch)
tree3ffad6b97435c44f4007afa0bc7549ad4004d325 /modules/addressbook
parentc8b4228f3d2db7f0bd866f16ed48b800256d3187 (diff)
downloadgsoc2013-evolution-428f26b128cf34f30e053584b07d29b1b44b0a36.tar
gsoc2013-evolution-428f26b128cf34f30e053584b07d29b1b44b0a36.tar.gz
gsoc2013-evolution-428f26b128cf34f30e053584b07d29b1b44b0a36.tar.bz2
gsoc2013-evolution-428f26b128cf34f30e053584b07d29b1b44b0a36.tar.lz
gsoc2013-evolution-428f26b128cf34f30e053584b07d29b1b44b0a36.tar.xz
gsoc2013-evolution-428f26b128cf34f30e053584b07d29b1b44b0a36.tar.zst
gsoc2013-evolution-428f26b128cf34f30e053584b07d29b1b44b0a36.zip
Create the source groups required to ensure local adresssbooks and calendars are created
Diffstat (limited to 'modules/addressbook')
-rw-r--r--modules/addressbook/e-book-shell-backend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/addressbook/e-book-shell-backend.c b/modules/addressbook/e-book-shell-backend.c
index 1a9c58befd..d0340f7974 100644
--- a/modules/addressbook/e-book-shell-backend.c
+++ b/modules/addressbook/e-book-shell-backend.c
@@ -169,6 +169,7 @@ book_shell_backend_ensure_sources (EShellBackend *shell_backend)
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);
}