aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2007-11-30 18:40:11 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-11-30 18:40:11 +0800
commit256dc9fd290522382a31ab107f0709f26e20d9a2 (patch)
tree0ca379148c37631d7f8a671c6127cc440447baed /calendar/ChangeLog
parent78e2089c145a14c18c7e3776b82aa824cdd90e59 (diff)
downloadgsoc2013-evolution-256dc9fd290522382a31ab107f0709f26e20d9a2.tar
gsoc2013-evolution-256dc9fd290522382a31ab107f0709f26e20d9a2.tar.gz
gsoc2013-evolution-256dc9fd290522382a31ab107f0709f26e20d9a2.tar.bz2
gsoc2013-evolution-256dc9fd290522382a31ab107f0709f26e20d9a2.tar.lz
gsoc2013-evolution-256dc9fd290522382a31ab107f0709f26e20d9a2.tar.xz
gsoc2013-evolution-256dc9fd290522382a31ab107f0709f26e20d9a2.tar.zst
gsoc2013-evolution-256dc9fd290522382a31ab107f0709f26e20d9a2.zip
** Fix for bug #325730
2007-11-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #325730 * gui/e-calendar-table.c: (hide_completed_rows): * gui/e-cal-model.c: (e_cal_view_objects_added_cb), (e_cal_view_objects_removed_cb), (remove_client_objects): Reverting part of previous patch (2007-11-23) and added notifications about model_changed after done with deleting. svn path=/trunk/; revision=34617
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 455ca35051..d6ba17a3ef 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2007-11-30 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #325730
+
+ * gui/e-calendar-table.c: (hide_completed_rows):
+ * gui/e-cal-model.c: (e_cal_view_objects_added_cb),
+ (e_cal_view_objects_removed_cb), (remove_client_objects):
+ Reverting part of previous patch (2007-11-23) and added
+ notifications about model_changed after done with deleting.
+
2007-11-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #500024