diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-29 22:43:54 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-29 22:43:54 +0800 |
commit | 62442ef9505f5f3a00e214baa8bc70e41c606632 (patch) | |
tree | 4e3fedf20fc190127817e352e7d680585ef72920 /calendar/ChangeLog | |
parent | a30d50adb6b763fbb34f692c7f0d455363af8227 (diff) | |
download | gsoc2013-evolution-62442ef9505f5f3a00e214baa8bc70e41c606632.tar.gz gsoc2013-evolution-62442ef9505f5f3a00e214baa8bc70e41c606632.tar.zst gsoc2013-evolution-62442ef9505f5f3a00e214baa8bc70e41c606632.zip |
Updated fix #326388.
svn path=/trunk/; revision=33885
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4bf31bd4f2..48294a7fc8 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -3,7 +3,7 @@ ** Fix for bug #326388 * gui/calendar-component.c: (ensure_sources): - Always set 'delete=no' property for birthdays_source. + Set 'delete=no' property for birthdays_source if its not set. 2007-07-29 Srinivasa Ragavan <sragavan@novell.com> |