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 --- calendar/ChangeLog | 5 +++++ calendar/gui/calendar-component.c | 2 +- calendar/gui/component-factory.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b3022a8012..b2f6bc4b9c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2000-07-20 Ettore Perazzoli + + * gui/component-factory.c (factory_fn): Update for the new + `evolution_shell_component_new()' arg. + 2000-07-19 Federico Mena Quintero * cal-util/cal-component.c (cal_component_alarm_set_trigger): diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 60d11e6ad4..8e43065308 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -96,7 +96,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); diff --git a/calendar/gui/component-factory.c b/calendar/gui/component-factory.c index 60d11e6ad4..8e43065308 100644 --- a/calendar/gui/component-factory.c +++ b/calendar/gui/component-factory.c @@ -96,7 +96,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