From 936a6d77ddf54813096e2ecbe55b824b5ae80c4c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 12 Jan 2001 21:00:21 +0000 Subject: Add an ::asyncCopyFolder method to the ShellComponent interface. Move all the message hiding options to the View menu. svn path=/trunk/; revision=7456 --- 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 2f7e1add7a..bd05322b45 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-01-12 Ettore Perazzoli + + * gui/component/addressbook-component.c (factory_fn): Pass NULL as + the @copy_folder_fn arg to `evolution_shell_component_new'. + 2001-01-12 Miguel de Icaza * gui/widgets/e-addressbook-view.c: added i18n for etable. diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index 934496418c..fbd7424e96 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -111,7 +111,7 @@ factory_fn (BonoboGenericFactory *factory, { EvolutionShellComponent *shell_component; - shell_component = evolution_shell_component_new (folder_types, create_view, NULL, NULL, NULL, NULL); + shell_component = evolution_shell_component_new (folder_types, create_view, NULL, NULL, NULL, NULL, NULL); gtk_signal_connect (GTK_OBJECT (shell_component), "owner_set", GTK_SIGNAL_FUNC (owner_set_cb), NULL); -- cgit v1.2.3