[evolution/gnome-3-2] Bug #659736 - GOA Google calendar prevents settings change



commit 96cd47495913e9b6e471e7c77f0e7e4ceb994762
Author: Milan Crha <mcrha redhat com>
Date:   Thu Nov 10 17:35:50 2011 +0100

    Bug #659736 - GOA Google calendar prevents settings change

 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 424cec2..07c8923 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]