From 782d8a198c2d18a0395cee729245e2f724ae0a90 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 20 Jul 2000 17:26:19 +0000 Subject: Update the components to match the changes in the libeshell API. svn path=/trunk/; revision=4242 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/addressbook-component.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a684281e54..a825d9ec36 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2000-07-20 Ettore Perazzoli + + * gui/component/addressbook-component.c (factory_fn): Update for + the new `evolution_shell_component_new()'. + 2000-07-19 Fatih Demir * conduit/address-conduit-control-applet.desktop: diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index b6b682d18d..665e77b78f 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -106,7 +106,7 @@ factory_fn (BonoboGenericFactory *factory, { EvolutionShellComponent *shell_component; - shell_component = evolution_shell_component_new (folder_types, create_view, NULL, NULL, NULL); + shell_component = evolution_shell_component_new (folder_types, create_view, NULL, NULL, NULL, NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set", GTK_SIGNAL_FUNC (owner_set_cb), NULL); -- cgit v1.2.3