aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2007-11-23 17:56:15 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-11-23 17:56:15 +0800
commitced5862cb604ccaad1ff82090b972b875e36724b (patch)
treee427a067eb54fa3319918051c2236a29403ced44 /calendar/ChangeLog
parent36917891fe11507d70971a54f0378cf84b8c2a59 (diff)
downloadgsoc2013-evolution-ced5862cb604ccaad1ff82090b972b875e36724b.tar
gsoc2013-evolution-ced5862cb604ccaad1ff82090b972b875e36724b.tar.gz
gsoc2013-evolution-ced5862cb604ccaad1ff82090b972b875e36724b.tar.bz2
gsoc2013-evolution-ced5862cb604ccaad1ff82090b972b875e36724b.tar.lz
gsoc2013-evolution-ced5862cb604ccaad1ff82090b972b875e36724b.tar.xz
gsoc2013-evolution-ced5862cb604ccaad1ff82090b972b875e36724b.tar.zst
gsoc2013-evolution-ced5862cb604ccaad1ff82090b972b875e36724b.zip
** Fix for bug #325730
2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #325730 * gui/e-memos.c: (table_selection_change_cb): * gui/e-tasks.c: (table_selection_change_cb): Clear task/memo preview when have more or less than one row selected. * gui/e-cal-model.c: (e_cal_view_objects_added_cb), (e_cal_view_objects_removed_cb), (remove_client_objects): First delete, then notify, so we read from updated store. svn path=/trunk/; revision=34577
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 668368ab15..b6c64011e5 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,16 @@
2007-11-23 Milan Crha <mcrha@redhat.com>
+ ** Fix for bug #325730
+
+ * gui/e-memos.c: (table_selection_change_cb):
+ * gui/e-tasks.c: (table_selection_change_cb):
+ Clear task/memo preview when have more or less than one row selected.
+ * gui/e-cal-model.c: (e_cal_view_objects_added_cb),
+ (e_cal_view_objects_removed_cb), (remove_client_objects):
+ First delete, then notify, so we read from updated store.
+
+2007-11-23 Milan Crha <mcrha@redhat.com>
+
** Fix for bug #484603
* gui/e-week-view.c: (e_week_view_reshape_event_span):