aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorSeth Alves <alves@src.gnome.org>2000-05-09 02:39:16 +0800
committerSeth Alves <alves@src.gnome.org>2000-05-09 02:39:16 +0800
commit465b7b48eeca4921cf82cb6432cfbd9a4acca3d2 (patch)
treefcb4f7591c9030fe6ee98c789778ccc656c369a9 /calendar/ChangeLog
parent8160d7388e27c6f97e3ed96bc5d61fbf20ff2d16 (diff)
downloadgsoc2013-evolution-465b7b48eeca4921cf82cb6432cfbd9a4acca3d2.tar
gsoc2013-evolution-465b7b48eeca4921cf82cb6432cfbd9a4acca3d2.tar.gz
gsoc2013-evolution-465b7b48eeca4921cf82cb6432cfbd9a4acca3d2.tar.bz2
gsoc2013-evolution-465b7b48eeca4921cf82cb6432cfbd9a4acca3d2.tar.lz
gsoc2013-evolution-465b7b48eeca4921cf82cb6432cfbd9a4acca3d2.tar.xz
gsoc2013-evolution-465b7b48eeca4921cf82cb6432cfbd9a4acca3d2.tar.zst
gsoc2013-evolution-465b7b48eeca4921cf82cb6432cfbd9a4acca3d2.zip
call e_day_view_stop_editing_event here to avoid a divide by zero a bit
* gui/e-day-view.c (e_day_view_on_delete_appointment): call e_day_view_stop_editing_event here to avoid a divide by zero a bit further on. i'm not sure if this is the best fix for this. svn path=/trunk/; revision=2922
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 29a917a70c..9173314f41 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,9 @@
+2000-05-08 Seth Alves <alves@hungry.com>
+
+ * gui/e-day-view.c (e_day_view_on_delete_appointment): call
+ e_day_view_stop_editing_event here to avoid a divide by zero
+ a bit further on. i'm not sure if this is the best fix for this.
+
2000-05-08 Federico Mena Quintero <federico@helixcode.com>
* pcs/cal-backend.h (CalBackendClass): CalBackendClass now is just