diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 5 | ||||
-rw-r--r-- | mail/component-factory.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c6579a49fe..ab439f708c 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-07-20 Ettore Perazzoli <ettore@helixcode.com> + + * component-factory.c (factory_fn): Updated for the new + `evolution_shell_component_new()' arg. + 2000-07-19 Jeffrey Stedfast <fejj@helixcode.com> * message-thread.c (thread_messages): What if message info is NULL? diff --git a/mail/component-factory.c b/mail/component-factory.c index 17d3db0a49..a00e687d43 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -173,6 +173,7 @@ factory_fn (BonoboGenericFactory *factory, void *closure) create_view, create_folder, NULL, + NULL, NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set", |