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/gui/calendar-component.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/gui') 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