From d6e71d2ad96d9929f9b5053f1f730ca3628c20a2 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 22 Oct 2001 03:51:41 +0000 Subject: listen for changes in the date editors (schedule_page_set_dates): update 2001-10-21 JP Rosevear * gui/dialogs/schedule-page.c (init_widgets): listen for changes in the date editors (schedule_page_set_dates): update the times when they change elsewhere (update_time): set the time in the dialog (time_changed_cb): notify of changed times * gui/dialogs/comp-editor.c (page_dates_changed_cb): don't call the set dates function on the page that noted the change (page_summary_changed_cb): same for set summary function * gui/dialogs/event-page.c (update_time): move time setting stuff to util function (event_page_set_dates): use it (event_page_fill_component): ditto * gui/e-meeting-time-sel.h: fix comment svn path=/trunk/; revision=13863 --- calendar/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 87c29c2e19..5fbc144e6a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,23 @@ +2001-10-21 JP Rosevear + + * gui/dialogs/schedule-page.c (init_widgets): listen for changes + in the date editors + (schedule_page_set_dates): update the times when they change + elsewhere + (update_time): set the time in the dialog + (time_changed_cb): notify of changed times + + * gui/dialogs/comp-editor.c (page_dates_changed_cb): don't call + the set dates function on the page that noted the change + (page_summary_changed_cb): same for set summary function + + * gui/dialogs/event-page.c (update_time): move time setting stuff + to util function + (event_page_set_dates): use it + (event_page_fill_component): ditto + + * gui/e-meeting-time-sel.h: fix comment + 2001-10-19 Federico Mena Quintero * gui/alarm-notify/alarm-notify.c (add_uri_to_load): Do not assert -- cgit