diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-09-29 21:02:56 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-09-29 21:02:56 +0800 |
commit | d097ac6883dab98ffe326299f7293062573433f8 (patch) | |
tree | dec701b00faadb4b2f2aeeb1232561717a5a96ce /calendar/ChangeLog | |
parent | 4dddf579f7e114957c38a8df0903c1476e79c267 (diff) | |
download | gsoc2013-evolution-d097ac6883dab98ffe326299f7293062573433f8.tar.gz gsoc2013-evolution-d097ac6883dab98ffe326299f7293062573433f8.tar.zst gsoc2013-evolution-d097ac6883dab98ffe326299f7293062573433f8.zip |
Fixes #317014
svn path=/trunk/; revision=30418
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 877fcd0f75..09ca8ed37c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,23 @@ +2005-08-29 Chenthill Palanisamy <pchenthill@novell.com> + + * gui/e-calendar-table.c (e_calendar_table_open_task): Set the + USER_ORG flag while converting a personal task to assigned one. + +2005-09-28 Viren.L <lviren@novell.com> + + Fixes #317014 + * gui/e-calendar-table.c (e_calendar_table_open_task): + Set the flags in e_calendar_table_open_task. + * gui/gnome-cal.c (gnome_calendar_new_task):set the NEW_ITEM flag. + * gui/tasks-component.c (create_new_todo), + * gui/e-tasks.c (e_tasks_new_task): set NEW_ITEM & USER_ORG flag. + * gui/comp-editor-factory.c (edit_existing):check itip_organizer_is_user + for tasks as well. + * gui/dialogs/comp-editor.h: Added COMP_EDITOR_IS_ASSIGNED to CompEditorFlags. + * gui/dialogs/comp-editor-page.h: Added COMP_EDITOR_PAGE_IS_ASSIGNED to page flags. + * gui/dialogs/task-editor.[ch]: Changed parameters for task_editor_new and + task_editor_construct. + 2005-09-28 Tor Lillqvist <tml@novell.com> * gui/e-cal-model-calendar.c (set_transparency) |