diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-15 07:57:08 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-15 07:57:08 +0800 |
commit | 529ca53ef010a9d9d813e5c6510fc3c998ae0687 (patch) | |
tree | 4b32029d42c2e255763e092e0c4d627924d8b422 /calendar/ChangeLog | |
parent | 221c844005af7f593db7a4570ecda72be1ca69f1 (diff) | |
download | gsoc2013-evolution-529ca53ef010a9d9d813e5c6510fc3c998ae0687.tar.gz gsoc2013-evolution-529ca53ef010a9d9d813e5c6510fc3c998ae0687.tar.zst gsoc2013-evolution-529ca53ef010a9d9d813e5c6510fc3c998ae0687.zip |
set a proper exception if we fail
2003-12-14 JP Rosevear <jpr@ximian.com>
* gui/calendar-component.c (impl_requestCreateItem): set a proper
exception if we fail
2003-12-14 JP Rosevear <jpr@ximian.com>
* gui/calendar-config.c
(calendar_config_get_hide_completed_tasks_units): make sure the
string is non-null before strcmp'ing it
Fixes #52033
svn path=/trunk/; revision=23938
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 316567d8e6..ba848437e5 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2003-12-14 JP Rosevear <jpr@ximian.com> + + * gui/calendar-component.c (impl_requestCreateItem): set a proper + exception if we fail + +2003-12-14 JP Rosevear <jpr@ximian.com> + + * gui/calendar-config.c + (calendar_config_get_hide_completed_tasks_units): make sure the + string is non-null before strcmp'ing it + + Fixes #52033 + 2003-12-10 Rodrigo Moya <rodrigo@ximian.com> * gui/gnome-cal.c (gnome_calendar_add_event_uri): remove the client |