From 62442ef9505f5f3a00e214baa8bc70e41c606632 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Sun, 29 Jul 2007 14:43:54 +0000 Subject: Updated fix #326388. svn path=/trunk/; revision=33885 --- calendar/gui/calendar-component.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index ce1debd7fb..95292cd0a9 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -290,7 +290,9 @@ ensure_sources (CalendarComponent *component) birthdays_source = e_source_new (_("Birthdays & Anniversaries"), "/"); e_source_group_add_source (contacts, birthdays_source, -1); } - e_source_set_property(birthdays_source, "delete", "no"); + + if (!e_source_get_property (birthdays_source, "delete")) + e_source_set_property(birthdays_source, "delete", "no"); if (!weather) { /* Create the weather group */ -- cgit v1.2.3