Hi,
I corrected a small glitch, I guess a left over, in webcal: the
e_source_color_spec() call was missing the '_spec' part.
Please check & apply.
..C..
From 6bf5fead12f1989aa37c6fc4ffbd95185d08cbee Mon Sep 17 00:00:00 2001
From: C de-Avillez <hggdh2 ubuntu com>
Date: Tue, 13 Apr 2010 09:05:58 -0500
Subject: [PATCH] src/evolution-webcal-notify.c: correct call -
'e_source_color_spec', as opposed to 'e_source_color'
---
src/evolution-webcal-notify.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/evolution-webcal-notify.c
b/src/evolution-webcal-notify.c
index 77251d4..df481ec 100644
--- a/src/evolution-webcal-notify.c
+++ b/src/evolution-webcal-notify.c
@@ -549,7 +549,7 @@ void e_webcal_query_user (const gchar * name, const
gchar * desc,
gtk_color_button_get_color (GTK_COLOR_BUTTON (cbutton), &color);
icolor = ((color.red >> 8) << 16) | ((color.green >> 8) << 8) |
(color.blue >> 8);
- e_source_set_color (source, icolor);
+ e_source_set_color_spec (source, icolor);
if (!strncmp (caluri, WEBCAL_BASE_URI, 9)) {
e_source_set_relative_uri (source, caluri + 9);
--
1.7.0.4
Attachment:
signature.asc
Description: This is a digitally signed message part