diff options
author | Harish Krishnaswamy <kharish@src.gnome.org> | 2004-10-20 00:20:07 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2004-10-20 00:20:07 +0800 |
commit | 87abd6ffee84ee9dfa54e1966d23168e6629a3f8 (patch) | |
tree | e73ac7fc9c63db70ba73f5fff7fa9e6d60edf681 /calendar/ChangeLog | |
parent | da657db10113fc2fbb1b0b17f8482899f2abf772 (diff) | |
download | gsoc2013-evolution-87abd6ffee84ee9dfa54e1966d23168e6629a3f8.tar.gz gsoc2013-evolution-87abd6ffee84ee9dfa54e1966d23168e6629a3f8.tar.zst gsoc2013-evolution-87abd6ffee84ee9dfa54e1966d23168e6629a3f8.zip |
Use e_cal_component_has_attendees to test if it is a meeting. By default,
* gui/comp-editor-factory.c: (edit_existing):
Use e_cal_component_has_attendees to test if it is a meeting.
* gui/dialogs/event-editor.c: (event_editor_init):
By default, the event is not a meeting.
(event_editor_construct): Do not add the invitation, scheduling pages
to the editor if it is not a meeting.
* gui/e-day-view.c: (e_day_view_on_event_double_click):
check the icalproperty to test if the event is a meeting.
svn path=/trunk/; revision=27628
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 eef8c9ac11..b80f414fa0 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2004-10-19 Harish Krishnaswamy <kharish@novell.com> + + * gui/comp-editor-factory.c: (edit_existing): + Use e_cal_component_has_attendees to test if it is a meeting. + * gui/dialogs/event-editor.c: (event_editor_init): + By default, the event is not a meeting. + (event_editor_construct): Do not add the invitation, scheduling pages + to the editor if it is not a meeting. + * gui/e-day-view.c: (e_day_view_on_event_double_click): + check the icalproperty to test if the event is a meeting. + 2004-10-19 JP Rosevear <jpr@novell.com> * gui/gnome-cal.c (connect_list_view_focus): listen to the canvas |