diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-29 22:38:16 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-29 22:38:16 +0800 |
commit | a30d50adb6b763fbb34f692c7f0d455363af8227 (patch) | |
tree | ee96e9bddd6264a440852edf4080417078c4b07b /calendar/gui | |
parent | 1590d056192bab7abc665dcc54785b77ea3b4ade (diff) | |
download | gsoc2013-evolution-a30d50adb6b763fbb34f692c7f0d455363af8227.tar.gz gsoc2013-evolution-a30d50adb6b763fbb34f692c7f0d455363af8227.tar.zst gsoc2013-evolution-a30d50adb6b763fbb34f692c7f0d455363af8227.zip |
Fixes #326388
svn path=/trunk/; revision=33884
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/calendar-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |