diff options
author | Milan Crha <mcrha@redhat.com> | 2011-11-11 00:34:19 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-11-11 00:34:19 +0800 |
commit | d0e42d7101a571bd69215cd14894cfe7935700af (patch) | |
tree | 154ce5f5c1d1791ed19e460eab21f1578a9ca78f /modules | |
parent | abd53549d2c27f4311186ae56962be092829355c (diff) | |
download | gsoc2013-evolution-d0e42d7101a571bd69215cd14894cfe7935700af.tar.gz gsoc2013-evolution-d0e42d7101a571bd69215cd14894cfe7935700af.tar.zst gsoc2013-evolution-d0e42d7101a571bd69215cd14894cfe7935700af.zip |
Bug #659736 - GOA Google calendar prevents settings change
Diffstat (limited to 'modules')
-rw-r--r-- | modules/online-accounts/e-online-accounts-google.c | 1 |
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); |