diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-05-25 02:36:12 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-05-25 02:36:12 +0800 |
commit | 179927c70bd9d1dab99acfcb4f4a22112facedf1 (patch) | |
tree | 29cb17e84330dfd07c901475197c1b71ac232207 /calendar/ChangeLog | |
parent | 2da4da2fa8ba00fad416634ecbb32d11a503c00c (diff) | |
download | gsoc2013-evolution-179927c70bd9d1dab99acfcb4f4a22112facedf1.tar.gz gsoc2013-evolution-179927c70bd9d1dab99acfcb4f4a22112facedf1.tar.zst gsoc2013-evolution-179927c70bd9d1dab99acfcb4f4a22112facedf1.zip |
check the value returned by gnome_vfs_uri_to_string before using it.
2002-05-24 Rodrigo Moya <rodrigo@ximian.com>
* pcs/cal-backend-file.c (save): check the value returned by
gnome_vfs_uri_to_string before using it.
(cal_backend_file_open): ditto.
svn path=/trunk/; revision=17008
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 30bc41613c..c724d7f35d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2002-05-24 Rodrigo Moya <rodrigo@ximian.com> + + * pcs/cal-backend-file.c (save): check the value returned by + gnome_vfs_uri_to_string before using it. + (cal_backend_file_open): ditto. + 2002-05-20 Ettore Perazzoli <ettore@ximian.com> * gui/dialogs/event-editor.c (event_editor_init): Pass the |