diff options
author | Rodrigo Moya <rodrigo@novell.com> | 2004-06-11 23:55:14 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-06-11 23:55:14 +0800 |
commit | dfea2682ce1283f50465246789720feb40a77c68 (patch) | |
tree | c19c74e05c64174724b05493279d346321552292 /calendar/ChangeLog | |
parent | 31e744476cde1ba7c0c40ded3afaacc4c0d941db (diff) | |
download | gsoc2013-evolution-dfea2682ce1283f50465246789720feb40a77c68.tar.gz gsoc2013-evolution-dfea2682ce1283f50465246789720feb40a77c68.tar.zst gsoc2013-evolution-dfea2682ce1283f50465246789720feb40a77c68.zip |
removed g_assert call, since we shouldn't crash when getting wrong
2004-06-10 Rodrigo Moya <rodrigo@novell.com>
* gui/e-cal-model.c (e_cal_view_objects_modified_cb): removed
g_assert call, since we shouldn't crash when getting wrong
notifications from a backend.
svn path=/trunk/; revision=26312
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 85d4f6e9c9..9fda443b83 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2004-06-10 Rodrigo Moya <rodrigo@novell.com> + + * gui/e-cal-model.c (e_cal_view_objects_modified_cb): removed + g_assert call, since we shouldn't crash when getting wrong + notifications from a backend. + 2004-06-10 JP Rosevear <jpr@novell.com> * gui/gnome-cal.c |