From 245d1c200e2d09a77c540f1874d1c0eb31c2dbd3 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Thu, 6 Mar 2003 12:21:49 +0000 Subject: new function. (alarm_notify_dialog): made it return a pointer to the 2003-03-06 Rodrigo Moya * gui/alarm-notify/alarm-notify-dialog.[ch] (alarm_notify_dialog_disable_buttons): new function. (alarm_notify_dialog): made it return a pointer to the dialog structure. * gui/alarm-notify/alarm-queue.c (remove_alarms, remove_comp): splitted alarm removal out of remove_comp. (obj_updated_cb): remove the component only when needed. In normal updates, just update the internal structure. (edit_component): don't get a CompQueuedAlarms as argument, since it might be removed. (on_dialog_obj_updated_cb, on_dialog_obj_removed_cb): callbacks for modifications during dialog display. (notify_dialog_cb): disconnect from "obj_*ed" signals and call edit_component with the new set of arguments. (display_notification): added more data to the closure structure. svn path=/trunk/; revision=20185 --- calendar/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 837eb08545..0e31de8a5f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,21 @@ +2003-03-06 Rodrigo Moya + + * gui/alarm-notify/alarm-notify-dialog.[ch] + (alarm_notify_dialog_disable_buttons): new function. + (alarm_notify_dialog): made it return a pointer to the dialog structure. + + * gui/alarm-notify/alarm-queue.c (remove_alarms, remove_comp): splitted + alarm removal out of remove_comp. + (obj_updated_cb): remove the component only when needed. In normal + updates, just update the internal structure. + (edit_component): don't get a CompQueuedAlarms as argument, since it + might be removed. + (on_dialog_obj_updated_cb, on_dialog_obj_removed_cb): callbacks for + modifications during dialog display. + (notify_dialog_cb): disconnect from "obj_*ed" signals and call + edit_component with the new set of arguments. + (display_notification): added more data to the closure structure. + 2003-03-05 Rodrigo Moya Fixes #31382 -- cgit