diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-02-09 22:37:48 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2005-02-09 22:37:48 +0800 |
commit | 23e0e50fff7032da03d22ae75b7c13219ad063f7 (patch) | |
tree | be60d9c3d1986e409bf29d509b4e911ae101614a /calendar/ChangeLog | |
parent | 5010fff5d1a46f3fdfe4e575aaef41878645712c (diff) | |
download | gsoc2013-evolution-23e0e50fff7032da03d22ae75b7c13219ad063f7.tar.gz gsoc2013-evolution-23e0e50fff7032da03d22ae75b7c13219ad063f7.tar.zst gsoc2013-evolution-23e0e50fff7032da03d22ae75b7c13219ad063f7.zip |
Always remove the meeting and scheduling pages when there are no
attendees. This allows the sender to be added to the attendees list
by default while creating new meetings.
svn path=/trunk/; revision=28756
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a1d6e13364..2f8719f615 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2005-02-09 Harish Krishnaswamy <kharish@novell.com> + + * gui/dialogs/event-editor.c: (event_editor_edit_comp): + Always remove the meeting and scheduling pages when there are no + attendees. This allows the sender to be added to the attendees list + by default while creating new meetings. + 2005-02-08 Rodrigo Moya <rodrigo@novell.com> * gui/e-cal-model.c (set_instance_times): set instance times correctly. |