diff options
author | JP Rosevear <jpr@ximian.com> | 2001-07-26 02:52:31 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-07-26 02:52:31 +0800 |
commit | 5faad755894f3fc316b58027c29695f78ceba134 (patch) | |
tree | a3b53612f8390b8f3ac2d3434b317fa22b632d19 /calendar/ChangeLog | |
parent | 77a394e24d85bbaceed4e5e656d63b07b8f420e3 (diff) | |
download | gsoc2013-evolution-5faad755894f3fc316b58027c29695f78ceba134.tar gsoc2013-evolution-5faad755894f3fc316b58027c29695f78ceba134.tar.gz gsoc2013-evolution-5faad755894f3fc316b58027c29695f78ceba134.tar.bz2 gsoc2013-evolution-5faad755894f3fc316b58027c29695f78ceba134.tar.lz gsoc2013-evolution-5faad755894f3fc316b58027c29695f78ceba134.tar.xz gsoc2013-evolution-5faad755894f3fc316b58027c29695f78ceba134.tar.zst gsoc2013-evolution-5faad755894f3fc316b58027c29695f78ceba134.zip |
see if the address is already in the list of attendees (duplicate_error):
2001-07-25 JP Rosevear <jpr@ximian.com>
* gui/dialogs/meeting-page.c (is_duplicate): see if the address is
already in the list of attendees
(duplicate_error): throw up an error dialog
(popup_delegate_cb): if the attendee has already delegated, delete
the old delegatee
(value_at): cast to kill warnings
(append_row): don't add the new attendee if they are already in
the list
svn path=/trunk/; revision=11406
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a21a0ea9c1..bae9dfe0c6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2001-07-25 JP Rosevear <jpr@ximian.com> + + * gui/dialogs/meeting-page.c (is_duplicate): see if the address is + already in the list of attendees + (duplicate_error): throw up an error dialog + (popup_delegate_cb): if the attendee has already delegated, delete + the old delegatee + (value_at): cast to kill warnings + (append_row): don't add the new attendee if they are already in + the list + 2001-07-24 Damon Chaplin <damon@ximian.com> * gui/dialogs/recurrence-page.c (get_exception_string): calculate |