diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-01-24 13:03:54 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-01-24 13:03:54 +0800 |
commit | 2c11fe24f24e6ef4c016a113e8f5a0c2c73d81d9 (patch) | |
tree | 34611a119073b6ed8217e7f58bb7ffdcbf8a65b3 /calendar/ChangeLog | |
parent | 09e6aacd2d5af2573cd9640e20df02067231b697 (diff) | |
download | gsoc2013-evolution-2c11fe24f24e6ef4c016a113e8f5a0c2c73d81d9.tar gsoc2013-evolution-2c11fe24f24e6ef4c016a113e8f5a0c2c73d81d9.tar.gz gsoc2013-evolution-2c11fe24f24e6ef4c016a113e8f5a0c2c73d81d9.tar.bz2 gsoc2013-evolution-2c11fe24f24e6ef4c016a113e8f5a0c2c73d81d9.tar.lz gsoc2013-evolution-2c11fe24f24e6ef4c016a113e8f5a0c2c73d81d9.tar.xz gsoc2013-evolution-2c11fe24f24e6ef4c016a113e8f5a0c2c73d81d9.tar.zst gsoc2013-evolution-2c11fe24f24e6ef4c016a113e8f5a0c2c73d81d9.zip |
Add a terminating NULL to the concatenation.
2003-01-23 Hans Petter Jansson <hpj@ximian.com>
* gui/dialogs/comp-editor.c (comp_editor_merge_ui): Add a terminating
NULL to the concatenation.
svn path=/trunk/; revision=19612
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b93e405262..9d75e2cda6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -17,6 +17,9 @@ * gui/e-meeting-time-sel.c (e_meeting_time_selector_construct): Add a FIXME comment to think about. + * gui/dialogs/comp-editor.c (comp_editor_merge_ui): Add a terminating + NULL to the concatenation. + 2003-01-23 Hans Petter Jansson <hpj@ximian.com> Fixes some trivial, but distracting, warnings. |