diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-09-27 22:14:11 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-09-27 22:14:11 +0800 |
commit | c3a9a32b59ef4fb590e8a2232177630891b46b71 (patch) | |
tree | badeefb7cef58f15b17ac0487dd9d620f4efb7fa /calendar/ChangeLog | |
parent | 0e53ea76153f8fcb76cab43bd5143874a464b7c0 (diff) | |
download | gsoc2013-evolution-c3a9a32b59ef4fb590e8a2232177630891b46b71.tar gsoc2013-evolution-c3a9a32b59ef4fb590e8a2232177630891b46b71.tar.gz gsoc2013-evolution-c3a9a32b59ef4fb590e8a2232177630891b46b71.tar.bz2 gsoc2013-evolution-c3a9a32b59ef4fb590e8a2232177630891b46b71.tar.lz gsoc2013-evolution-c3a9a32b59ef4fb590e8a2232177630891b46b71.tar.xz gsoc2013-evolution-c3a9a32b59ef4fb590e8a2232177630891b46b71.tar.zst gsoc2013-evolution-c3a9a32b59ef4fb590e8a2232177630891b46b71.zip |
Fixes #65599
2004-09-24 Rodrigo Moya <rodrigo@novell.com>
Fixes #65599
* gui/itip-utils.c (comp_fb_normalize): don't use NULL properties.
* gui/e-pub-utils.c (e_pub_publish): use auth_new_cal_from_source()
instead of auth_new_cal_from_uri().
svn path=/trunk/; revision=27394
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 5816c90ad4..54f9f359a3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +2004-09-24 Rodrigo Moya <rodrigo@novell.com> + + Fixes #65599 + + * gui/itip-utils.c (comp_fb_normalize): don't use NULL properties. + + * gui/e-pub-utils.c (e_pub_publish): use auth_new_cal_from_source() + instead of auth_new_cal_from_uri(). + 2004-09-24 JP Rosevear <jpr@novell.com> Fixes #66344 |