From e0eb6c79e5c4fc9f259443c611c212f2ae2daa7f Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 14 Jan 2004 19:30:36 +0000 Subject: new utility routine to create new tasks (create_new_todo): use above so we 2004-01-14 JP Rosevear * gui/tasks-component.c (impl_requestCreateItem): new utility routine to create new tasks (create_new_todo): use above so we don't try to set up the creation ecal unless we are actually creating a new item * gui/calendar-component.c (create_new_event): new utility routine to create new events (impl_requestCreateItem): use above so we don't try to set up the creation ecal unless we are actually creating a new item svn path=/trunk/; revision=24225 --- calendar/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 4a5161f63b..923e1512e3 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2004-01-14 JP Rosevear + + * gui/tasks-component.c (impl_requestCreateItem): new utility + routine to create new tasks + (create_new_todo): use above so we don't try to set up the + creation ecal unless we are actually creating a new item + + * gui/calendar-component.c (create_new_event): new utility routine + to create new events + (impl_requestCreateItem): use above so we don't try to set up the + creation ecal unless we are actually creating a new item + 2004-01-14 Rodrigo Moya * gui/e-calendar-table.c (e_calendar_table_show_popup_menu): -- cgit