diff options
author | JP Rosevear <jpr@novell.com> | 2004-06-04 23:09:29 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-06-04 23:09:29 +0800 |
commit | d9cb73cf7eec91a0ee784d98b7995c970c7c74d8 (patch) | |
tree | b9451864927020b94fe97726cf6a941a490ace04 /calendar/ChangeLog | |
parent | b2e6995ed5d14936b50d41e3d975326cf732be3a (diff) | |
download | gsoc2013-evolution-d9cb73cf7eec91a0ee784d98b7995c970c7c74d8.tar gsoc2013-evolution-d9cb73cf7eec91a0ee784d98b7995c970c7c74d8.tar.gz gsoc2013-evolution-d9cb73cf7eec91a0ee784d98b7995c970c7c74d8.tar.bz2 gsoc2013-evolution-d9cb73cf7eec91a0ee784d98b7995c970c7c74d8.tar.lz gsoc2013-evolution-d9cb73cf7eec91a0ee784d98b7995c970c7c74d8.tar.xz gsoc2013-evolution-d9cb73cf7eec91a0ee784d98b7995c970c7c74d8.tar.zst gsoc2013-evolution-d9cb73cf7eec91a0ee784d98b7995c970c7c74d8.zip |
guard against the text value being NULL
2004-06-04 JP Rosevear <jpr@novell.com>
* gui/dialogs/task-page.c (task_page_fill_widgets): guard
against the text value being NULL
* gui/dialogs/event-page.c (event_page_fill_widgets): add guards
here as well
svn path=/trunk/; revision=26211
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7246943e2a..34c4a18180 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2004-06-04 JP Rosevear <jpr@novell.com> + + * gui/dialogs/task-page.c (task_page_fill_widgets): guard + against the text value being NULL + + * gui/dialogs/event-page.c (event_page_fill_widgets): add guards + here as well + 2004-06-03 Jeffrey Stedfast <fejj@novell.com> * conduits/calendar/calendar-conduit.c |