diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2003-02-11 05:49:11 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2003-02-11 05:49:11 +0800 |
commit | 46e6fb3e66990e0eef417121df9bc2fc71d7f4ca (patch) | |
tree | 0ea8d99894cae95ab51ae101b8a578ac2bfa539d /calendar/ChangeLog | |
parent | 36d90739a4c2a3babf0497c0e474e2383d639a5d (diff) | |
download | gsoc2013-evolution-46e6fb3e66990e0eef417121df9bc2fc71d7f4ca.tar.gz gsoc2013-evolution-46e6fb3e66990e0eef417121df9bc2fc71d7f4ca.tar.zst gsoc2013-evolution-46e6fb3e66990e0eef417121df9bc2fc71d7f4ca.zip |
Don't try to make an error string from an uninitialized GnomeVFSResult.
2003-02-10 Hans Petter Jansson <hpj@ximian.com>
* pcs/cal-backend-file.c (save): Don't try to make an error string
from an uninitialized GnomeVFSResult.
svn path=/trunk/; revision=19880
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ea0df608cc..8c36fc332e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2003-02-10 Hans Petter Jansson <hpj@ximian.com> + + * pcs/cal-backend-file.c (save): Don't try to make an error string + from an uninitialized GnomeVFSResult. + 2003-02-10 Ettore Perazzoli <ettore@ximian.com> * gui/Makefile.am: Make the CORBA IDL compilation work with |