From a30d50adb6b763fbb34f692c7f0d455363af8227 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Sun, 29 Jul 2007 14:38:16 +0000 Subject: Fixes #326388 svn path=/trunk/; revision=33884 --- calendar/ChangeLog | 7 +++++++ calendar/gui/calendar-component.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a348641588..4bf31bd4f2 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2007-07-18 Milan Crha + + ** Fix for bug #326388 + + * gui/calendar-component.c: (ensure_sources): + Always set 'delete=no' property for birthdays_source. + 2007-07-29 Srinivasa Ragavan ** Fix for bug #444433 from Lucky diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 38bd178156..ce1debd7fb 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -289,8 +289,8 @@ ensure_sources (CalendarComponent *component) if (!birthdays_source) { birthdays_source = e_source_new (_("Birthdays & Anniversaries"), "/"); e_source_group_add_source (contacts, birthdays_source, -1); - e_source_set_property(birthdays_source, "delete", "no"); } + e_source_set_property(birthdays_source, "delete", "no"); if (!weather) { /* Create the weather group */ -- cgit v1.2.3