diff options
author | Mengjie Yu <meng-jie.yu@sun.com> | 2005-07-27 18:53:37 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2005-07-27 18:53:37 +0800 |
commit | 0b49896c17cce89c895d1363b9e5c98915fffc32 (patch) | |
tree | a0bd5b2c92c30905cc6a17ad2e8a9e3fc1956cad /calendar/ChangeLog | |
parent | 514e598c0a19acb718a68c20e89585a9bc7e7566 (diff) | |
download | gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.tar gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.tar.gz gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.tar.bz2 gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.tar.lz gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.tar.xz gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.tar.zst gsoc2013-evolution-0b49896c17cce89c895d1363b9e5c98915fffc32.zip |
Add reserved field for an empty structure. Add reserved field for an empty
2005-07-27 Mengjie Yu <meng-jie.yu@sun.com>
* gui/e-cal-model-calendar.c:
Add reserved field for an empty structure.
* gui/e-cal-model-tasks.c:
Add reserved field for an empty structure.
Fixes #310198
svn path=/trunk/; revision=29899
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4cc269ed7f..39c18eb533 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2005-07-27 Mengjie Yu <meng-jie.yu@sun.com> + + * gui/e-cal-model-calendar.c: + Add reserved field for an empty structure. + * gui/e-cal-model-tasks.c: + Add reserved field for an empty structure. + + Fixes #310198 + 2005-07-25 Chenthill Palanisamy <pchenthill@novell.com> * gui/e-cal-popup.c: |