diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/component-factory.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 87e4a1a66a..2f682983a9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2002-05-15 Ettore Perazzoli <ettore@ximian.com> + + * component-factory.c (create_component): Pass NULL as + @request_quit_fn. + 2002-05-15 Not Zed <NotZed@Ximian.com> * mail-ops.c (prep_offline_do): diff --git a/mail/component-factory.c b/mail/component-factory.c index 24e76cf6f5..439e11ccf5 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -952,7 +952,7 @@ create_component (void) xfer_folder, populate_folder_context_menu, get_dnd_selection, - NULL); + NULL, NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "send_receive", GTK_SIGNAL_FUNC (send_receive_cb), NULL); |