diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2003-03-06 06:27:30 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2003-03-06 06:27:30 +0800 |
commit | f7589488e0022f45b1ed057c31e1f8216309f31d (patch) | |
tree | d4c36ac56dff9709bcb8324fee8bcff467581719 /calendar/ChangeLog | |
parent | 53e2f660cd38ce121491fe629a12b9d06136add9 (diff) | |
download | gsoc2013-evolution-f7589488e0022f45b1ed057c31e1f8216309f31d.tar.gz gsoc2013-evolution-f7589488e0022f45b1ed057c31e1f8216309f31d.tar.zst gsoc2013-evolution-f7589488e0022f45b1ed057c31e1f8216309f31d.zip |
Fixes #31382
2003-03-05 Rodrigo Moya <rodrigo@ximian.com>
Fixes #31382
* gui/e-meeting-model.c (async_read): don't assume the buffer is
always full, but use GNOME_VFS_ERROR_EOF instead for knowing when
the read has finished.
svn path=/trunk/; revision=20183
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 4e5d7143d3..837eb08545 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2003-03-05 Rodrigo Moya <rodrigo@ximian.com> + + Fixes #31382 + + * gui/e-meeting-model.c (async_read): don't assume the buffer is + always full, but use GNOME_VFS_ERROR_EOF instead for knowing when + the read has finished. + 2003-03-05 JP Rosevear <jpr@ximian.com> * gui/apps_evolution_calendar.schemas: fix defaults and |