diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/component-factory.c | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 66a40e9df5..3734102af3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-06-27 Ettore Perazzoli <ettore@ximian.com> + + * component-factory.c (component_fn): Pass NULL as the + @external_uri_schemas argument to + `evolution_shell_component_new()'. + 2001-06-27 Peter Williams <peterw@ximian.com> * folder-browser-ui.c: Uncomment EditSelectThread. Yaay! diff --git a/mail/component-factory.c b/mail/component-factory.c index a862288093..40f14f908a 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -578,6 +578,7 @@ component_fn (BonoboGenericFactory *factory, void *closure) MailOfflineHandler *offline_handler; shell_component = evolution_shell_component_new (folder_types, + NULL, create_view, create_folder, remove_folder, |