diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-01-15 00:37:49 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-01-15 00:37:49 +0800 |
commit | 87ca42db1dcf2b0f4d095a7b0c769bfc08246e77 (patch) | |
tree | 9b3fc9be5fd4a46971ddc582257f482139eb57e0 /calendar/ChangeLog | |
parent | 5dffd5377bdb30c20f22553dd1482186ff322b6a (diff) | |
download | gsoc2013-evolution-87ca42db1dcf2b0f4d095a7b0c769bfc08246e77.tar gsoc2013-evolution-87ca42db1dcf2b0f4d095a7b0c769bfc08246e77.tar.gz gsoc2013-evolution-87ca42db1dcf2b0f4d095a7b0c769bfc08246e77.tar.bz2 gsoc2013-evolution-87ca42db1dcf2b0f4d095a7b0c769bfc08246e77.tar.lz gsoc2013-evolution-87ca42db1dcf2b0f4d095a7b0c769bfc08246e77.tar.xz gsoc2013-evolution-87ca42db1dcf2b0f4d095a7b0c769bfc08246e77.tar.zst gsoc2013-evolution-87ca42db1dcf2b0f4d095a7b0c769bfc08246e77.zip |
check return value from e_cal_new().
2004-01-14 Rodrigo Moya <rodrigo@ximian.com>
* common/authentication.c (auth_new_cal_from_source): check
return value from e_cal_new().
* gui/gnome-cal.c (gnome_calendar_construct): if there is no
default tasks folder, don't create the ECal from it.
svn path=/trunk/; revision=24219
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 548852368b..aca86d31e3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2004-01-14 Rodrigo Moya <rodrigo@ximian.com> + + * common/authentication.c (auth_new_cal_from_source): check + return value from e_cal_new(). + + * gui/gnome-cal.c (gnome_calendar_construct): if there is no + default tasks folder, don't create the ECal from it. + 2004-01-14 JP Rosevear <jpr@ximian.com> * gui/tasks-component.c (impl_requestCreateItem): don't try to set |