aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-01-23 19:41:55 +0800
committerMilan Crha <mcrha@src.gnome.org>2009-01-23 19:41:55 +0800
commita8abd0060bdec73f774c665dd0488623dd4932ba (patch)
tree52aeed8ba8a6e82af45ca3762e194bd868e312f3 /calendar/ChangeLog
parent9e22e250e3bee2fe7160380582eed1102b7ba922 (diff)
downloadgsoc2013-evolution-a8abd0060bdec73f774c665dd0488623dd4932ba.tar
gsoc2013-evolution-a8abd0060bdec73f774c665dd0488623dd4932ba.tar.gz
gsoc2013-evolution-a8abd0060bdec73f774c665dd0488623dd4932ba.tar.bz2
gsoc2013-evolution-a8abd0060bdec73f774c665dd0488623dd4932ba.tar.lz
gsoc2013-evolution-a8abd0060bdec73f774c665dd0488623dd4932ba.tar.xz
gsoc2013-evolution-a8abd0060bdec73f774c665dd0488623dd4932ba.tar.zst
gsoc2013-evolution-a8abd0060bdec73f774c665dd0488623dd4932ba.zip
** Fix for bug #442869
2009-01-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #442869 * gui/dialogs/task-page.c: (attendee_added_cb): * gui/dialogs/event-page.c: (attendee_added_cb): Do not work with NULL delegator and do not set 'delfrom' with two MAILTO. * gui/e-meeting-list-view.c: (name_selector_dialog_close_cb): Delete attendee only if we have enough rights for it. svn path=/trunk/; revision=37123
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 8b39b3b09a..5d411ada43 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2009-01-23 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #442869
+
+ * gui/dialogs/task-page.c: (attendee_added_cb):
+ * gui/dialogs/event-page.c: (attendee_added_cb): Do not work
+ with NULL delegator and do not set 'delfrom' with two MAILTO.
+ * gui/e-meeting-list-view.c: (name_selector_dialog_close_cb):
+ Delete attendee only if we have enough rights for it.
+
2009-01-21 Milan Crha <mcrha@redhat.com>
** Fix for bug #362754