diff options
author | JP Rosevear <jpr@ximian.com> | 2004-08-09 20:57:15 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-08-09 20:57:15 +0800 |
commit | 55d077cca4326e3cb1591bb8011992cf71d43cc9 (patch) | |
tree | d02fc58dbe10f80c418ee328f22415f0ec746332 /calendar/ChangeLog | |
parent | 6c764b418cc7ebe28faa13f09231fbca5ee07cc3 (diff) | |
download | gsoc2013-evolution-55d077cca4326e3cb1591bb8011992cf71d43cc9.tar.gz gsoc2013-evolution-55d077cca4326e3cb1591bb8011992cf71d43cc9.tar.zst gsoc2013-evolution-55d077cca4326e3cb1591bb8011992cf71d43cc9.zip |
Fixes #62452
2004-08-06 JP Rosevear <jpr@ximian.com>
Fixes #62452
* gui/e-itip-control.c (find_my_address): take option to retrieve
current status as well, actually look for the delegator in the
list so we can retrieve status there as well
(show_current_event): use find_my_address to get the status so we
properly handle not finding the address in the list of attendees
(show_current): pass extra param
(ok_clicked_cb): ditto
svn path=/trunk/; revision=26856
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 06aff579ad..f3d8cc9184 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,17 @@ 2004-08-06 JP Rosevear <jpr@ximian.com> + Fixes #62452 + + * gui/e-itip-control.c (find_my_address): take option to retrieve + current status as well, actually look for the delegator in the + list so we can retrieve status there as well + (show_current_event): use find_my_address to get the status so we + properly handle not finding the address in the list of attendees + (show_current): pass extra param + (ok_clicked_cb): ditto + +2004-08-06 JP Rosevear <jpr@ximian.com> + Fixes #62021 * gui/dialogs/event-page.c (source_changed_cb): set the default |