diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/calendar-component.c | 1 | ||||
-rw-r--r-- | calendar/gui/component-factory.c | 1 |
3 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 64748151dd..edb0a2087a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2002-05-15 Ettore Perazzoli <ettore@ximian.com> + + * gui/component-factory.c (create_object): Pass NULL as + @request_quit_fn. + 2002-05-14 JP Rosevear <jpr@ximian.com> * gui/dialogs/schedule-page.c (schedule_page_construct): set the diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index b4a2b3ab89..355da4c387 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -677,6 +677,7 @@ create_object (void) xfer_folder, NULL, /* populate_folder_context_menu_fn */ NULL, /* get_dnd_selection_fn */ + NULL, /* request_quit */ NULL /* closure */); /* Offline handler */ diff --git a/calendar/gui/component-factory.c b/calendar/gui/component-factory.c index b4a2b3ab89..355da4c387 100644 --- a/calendar/gui/component-factory.c +++ b/calendar/gui/component-factory.c @@ -677,6 +677,7 @@ create_object (void) xfer_folder, NULL, /* populate_folder_context_menu_fn */ NULL, /* get_dnd_selection_fn */ + NULL, /* request_quit */ NULL /* closure */); /* Offline handler */ |