From fdd55db9846ac7b16e4530cd0bb7d72fa48f0356 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 6 Jul 2011 22:02:24 -0400 Subject: online-accounts: Give Google calendars a color. --- modules/online-accounts/e-online-accounts-google.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'modules/online-accounts/e-online-accounts-google.c') diff --git a/modules/online-accounts/e-online-accounts-google.c b/modules/online-accounts/e-online-accounts-google.c index 4a70730ca3..b35fd53f57 100644 --- a/modules/online-accounts/e-online-accounts-google.c +++ b/modules/online-accounts/e-online-accounts-google.c @@ -290,6 +290,11 @@ online_accounts_google_sync_calendar (GoaObject *goa_object, source = g_object_new (E_TYPE_SOURCE, NULL); source->priv->uid = g_strdup (evo_id); e_source_set_name (source, _("Calendar")); + + /* XXX Choose a fixed color from the list in + * calendar-setup.c. I like purple. */ + e_source_set_color_spec (source, "#E2C6E1"); + new_source = TRUE; } -- cgit v1.2.3