From 64ee2a607b3ad5854f9580cc793077409c7def06 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Sun, 29 Jun 2003 19:33:42 +0000 Subject: added a GtkWindow argument for callers to specify the parent window. 2003-06-27 Rodrigo Moya * gui/dialogs/send-comp.[ch] (send_component_dialog): * gui/dialogs/cancel-comp.[ch] (cancel_component_dialog): added a GtkWindow argument for callers to specify the parent window. * gui/dialogs/changed-comp.[ch] (changed_component_dialog): added 'parent' argument and use GtkMessageDialog instead of gnome_question_dialog. * gui/e-calendar-table.c (e_calendar_table_delete_selected): * gui/e-day-view.c (e_day_view_delete_event_internal, e_day_view_on_cut, e_day_view_finish_long_event_resize, e_day_view_finish_resize, e_day_view_on_editting_stopped, e_day_view_on_top_canvas_drag_data_received, selection_received): * gui/e-week-view.c (e_week_view_delete_event_internal, e_week_view_on_cut, e_week_view_on_editing_stopped, selection_received): * gui/dialogs/event-editor.c (cancel_meeting_cmd): * gui/dialogs/task-editor.c (cancel_task_cmd): * gui/dialogs/comp-editor.c (delete_cmd, obj_removed_cb): pass the parent window to the *_component_dialog() functions. * gui/dialogs/delete-comp.c (delete_component_dialog): use the 'widget' argument to get the parent window for the dialog. svn path=/trunk/; revision=21684 --- calendar/ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7f2629cb71..07a77c9320 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,29 @@ +2003-06-27 Rodrigo Moya + + * gui/dialogs/send-comp.[ch] (send_component_dialog): + * gui/dialogs/cancel-comp.[ch] (cancel_component_dialog): added a + GtkWindow argument for callers to specify the parent window. + + * gui/dialogs/changed-comp.[ch] (changed_component_dialog): added + 'parent' argument and use GtkMessageDialog instead of + gnome_question_dialog. + + * gui/e-calendar-table.c (e_calendar_table_delete_selected): + * gui/e-day-view.c (e_day_view_delete_event_internal, + e_day_view_on_cut, e_day_view_finish_long_event_resize, + e_day_view_finish_resize, e_day_view_on_editting_stopped, + e_day_view_on_top_canvas_drag_data_received, selection_received): + * gui/e-week-view.c (e_week_view_delete_event_internal, + e_week_view_on_cut, e_week_view_on_editing_stopped, + selection_received): + * gui/dialogs/event-editor.c (cancel_meeting_cmd): + * gui/dialogs/task-editor.c (cancel_task_cmd): + * gui/dialogs/comp-editor.c (delete_cmd, obj_removed_cb): pass the parent window to + the *_component_dialog() functions. + + * gui/dialogs/delete-comp.c (delete_component_dialog): use the 'widget' + argument to get the parent window for the dialog. + 2003-06-26 Bolian Yin Fixes #45276 -- cgit