diff options
Diffstat (limited to 'my-evolution')
-rw-r--r-- | my-evolution/ChangeLog | 6 | ||||
-rw-r--r-- | my-evolution/component-factory.c | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index f5a14361cd..63f8467d96 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,9 @@ +2001-06-27 Ettore Perazzoli <ettore@ximian.com> + + * component-factory.c (factory_fn): Pass NULL as the + @external_uri_schemas argument to + `evolution_shell_component_new()'. + 2001-06-21 Rodrigo Moya <rodrigo@ximian.com> * Makefile.am: added libwombat to LDADD diff --git a/my-evolution/component-factory.c b/my-evolution/component-factory.c index 4e3f5eeec5..72f8c4d3c2 100644 --- a/my-evolution/component-factory.c +++ b/my-evolution/component-factory.c @@ -100,6 +100,7 @@ factory_fn (BonoboGenericFactory *factory, running_objects++; shell_component = evolution_shell_component_new (folder_types, + NULL, create_view, NULL, NULL, NULL, NULL, |