diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index 6b8b7a962d..ff515dd163 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -344,7 +344,8 @@ factory_fn (BonoboGenericFactory *factory, EvolutionShellComponent *shell_component; EvolutionShellComponentDndDestinationFolder *destination_interface; - shell_component = evolution_shell_component_new (folder_types, create_view, create_folder, + shell_component = evolution_shell_component_new (folder_types, NULL, + create_view, create_folder, remove_folder, xfer_folder, populate_context_menu, get_dnd_selection, |