aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-11-11 00:35:50 +0800
committerMilan Crha <mcrha@redhat.com>2011-11-11 00:35:50 +0800
commit96cd47495913e9b6e471e7c77f0e7e4ceb994762 (patch)
tree90ce892639659143e5a006b2f1f08eb705e4aad3
parentb34d0b23c8f47a41b2f322edb403dc873dc28ce9 (diff)
downloadgsoc2013-evolution-96cd47495913e9b6e471e7c77f0e7e4ceb994762.tar.gz
gsoc2013-evolution-96cd47495913e9b6e471e7c77f0e7e4ceb994762.tar.zst
gsoc2013-evolution-96cd47495913e9b6e471e7c77f0e7e4ceb994762.zip
Bug #659736 - GOA Google calendar prevents settings change
-rw-r--r--modules/online-accounts/e-online-accounts-google.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/online-accounts/e-online-accounts-google.c b/modules/online-accounts/e-online-accounts-google.c
index 424cec24bd..07c8923609 100644
--- a/modules/online-accounts/e-online-accounts-google.c
+++ b/modules/online-accounts/e-online-accounts-google.c
@@ -314,6 +314,7 @@ online_accounts_google_sync_calendar (GoaObject *goa_object,
uri_string = g_strdup_printf (
"caldav://%s@www.google.com/calendar/dav/%s/events",
encoded, string);
+ e_source_set_relative_uri (source, uri_string);
e_source_set_absolute_uri (source, uri_string);
g_free (uri_string);
g_free (encoded);