diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-21 01:26:19 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-21 01:26:19 +0800 |
commit | 782d8a198c2d18a0395cee729245e2f724ae0a90 (patch) | |
tree | ed1dfe6908bb57d6ff442f38ef33a4b9c5819508 /calendar/gui | |
parent | 5dad2a9d035f4d6d31e5b4630946935ac3916d87 (diff) | |
download | gsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.tar gsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.tar.gz gsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.tar.bz2 gsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.tar.lz gsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.tar.xz gsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.tar.zst gsoc2013-evolution-782d8a198c2d18a0395cee729245e2f724ae0a90.zip |
Update the components to match the changes in the libeshell API.
svn path=/trunk/; revision=4242
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/calendar-component.c | 2 | ||||
-rw-r--r-- | calendar/gui/component-factory.c | 2 |
2 files changed, 2 insertions, 2 deletions
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); |