From dcb5ea4101ffdd79ff7849867f8c32426e88da7f Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 4 Jul 2001 21:25:30 +0000 Subject: Fixes bug #4018 and what would be the analogous bugs for the other 2001-07-04 Federico Mena Quintero Fixes bug #4018 and what would be the analogous bugs for the other component editors. * gui/dialogs/comp-editor-page.h (CompEditorPageClass): New virtual method "::focus_main_widget()". * gui/dialogs/comp-editor-page.c (comp_editor_page_focus_main_widget): New function. * gui/dialogs/comp-editor.c (comp_editor_append_page): If we are inserting the main page, ask it to focus its main widget. * gui/dialogs/alarm-page.c (alarm_page_focus_main_widget): Implemented. * gui/dialogs/event-page.c (event_page_focus_main_widget): Implemented. #include "e-util/e-categories-config.h". * gui/dialogs/meeting-page.c (meeting_page_focus_main_widget): Implemented. * gui/dialogs/recurrence-page.c (recurrence_page_focus_main_widget): Implemented. * gui/dialogs/task-details-page.c (task_details_page_focus_main_widget): Implemented. * gui/dialogs/task-page.c (task_page_focus_main_widget): Implemented. svn path=/trunk/; revision=10784 --- calendar/ChangeLog | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6460671cf7..73f284ee82 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,36 @@ +2001-07-04 Federico Mena Quintero + + Fixes bug #4018 and what would be the analogous bugs for the other + component editors. + + * gui/dialogs/comp-editor-page.h (CompEditorPageClass): New + virtual method "::focus_main_widget()". + + * gui/dialogs/comp-editor-page.c + (comp_editor_page_focus_main_widget): New function. + + * gui/dialogs/comp-editor.c (comp_editor_append_page): If we are + inserting the main page, ask it to focus its main widget. + + * gui/dialogs/alarm-page.c (alarm_page_focus_main_widget): + Implemented. + + * gui/dialogs/event-page.c (event_page_focus_main_widget): + Implemented. + #include "e-util/e-categories-config.h". + + * gui/dialogs/meeting-page.c (meeting_page_focus_main_widget): + Implemented. + + * gui/dialogs/recurrence-page.c + (recurrence_page_focus_main_widget): Implemented. + + * gui/dialogs/task-details-page.c + (task_details_page_focus_main_widget): Implemented. + + * gui/dialogs/task-page.c (task_page_focus_main_widget): + Implemented. + 2001-07-04 Federico Mena Quintero * gui/calendar-commands.c (clear_folder_bar_label): New function. -- cgit v1.2.3