aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/addressbook-component.c3
2 files changed, 8 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index de2baac2d1..c56c8b395f 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2001-06-27 Ettore Perazzoli <ettore@ximian.com>
+
+ * gui/component/addressbook-component.c (factory_fn): Pass NULL as
+ the @external_uri_schemas argument to
+ `evolution_shell_component_new()'.
+
2001-06-27 Chris Toshok <toshok@ximian.com>
* gui/contact-list-editor/e-contact-list-model.c
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,