aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-03-20 01:03:27 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-03-20 01:03:27 +0800
commit192898d3d00155d9d338310e23cdb12a569788f4 (patch)
treeda8c9f7156466410c39fdf95b897fff4df18c33c /calendar/ChangeLog
parent9ae0f1424515b21f952125b130cf4c841dac29f2 (diff)
downloadgsoc2013-evolution-192898d3d00155d9d338310e23cdb12a569788f4.tar
gsoc2013-evolution-192898d3d00155d9d338310e23cdb12a569788f4.tar.gz
gsoc2013-evolution-192898d3d00155d9d338310e23cdb12a569788f4.tar.bz2
gsoc2013-evolution-192898d3d00155d9d338310e23cdb12a569788f4.tar.lz
gsoc2013-evolution-192898d3d00155d9d338310e23cdb12a569788f4.tar.xz
gsoc2013-evolution-192898d3d00155d9d338310e23cdb12a569788f4.tar.zst
gsoc2013-evolution-192898d3d00155d9d338310e23cdb12a569788f4.zip
Fixes #55716
2004-03-19 JP Rosevear <jpr@ximian.com> Fixes #55716 * gui/e-cal-model.c (remove_client): unset the default if the client removed was the default svn path=/trunk/; revision=25132
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 4a6ca816dd..712d5f0e09 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-19 JP Rosevear <jpr@ximian.com>
+
+ Fixes #55716
+
+ * gui/e-cal-model.c (remove_client): unset the default if the
+ client removed was the default
+
2004-03-19 Rodrigo Moya <rodrigo@ximian.com>
* gui/calendar-component.c (update_uris_for_selection): if
@@ -6,6 +13,8 @@
2004-03-19 JP Rosevear <jpr@ximian.com>
+ Fixes #55723
+
* gui/e-day-view.c (process_component): compare ecalcomponents,
not icalcomponents (the compare func is borked), check recurrence
changes better