aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-07-10 12:49:49 +0800
committerChris Lahey <clahey@src.gnome.org>2001-07-10 12:49:49 +0800
commit6db3f4828107c4aa9e648a8c7f8b71b0825593b2 (patch)
tree2e5acc512280cde555707fb5f8645760dbdedc51 /addressbook/gui
parentc417a47019c45c3d556700ecb5e5ffb225fc0eb1 (diff)
downloadgsoc2013-evolution-6db3f4828107c4aa9e648a8c7f8b71b0825593b2.tar
gsoc2013-evolution-6db3f4828107c4aa9e648a8c7f8b71b0825593b2.tar.gz
gsoc2013-evolution-6db3f4828107c4aa9e648a8c7f8b71b0825593b2.tar.bz2
gsoc2013-evolution-6db3f4828107c4aa9e648a8c7f8b71b0825593b2.tar.lz
gsoc2013-evolution-6db3f4828107c4aa9e648a8c7f8b71b0825593b2.tar.xz
gsoc2013-evolution-6db3f4828107c4aa9e648a8c7f8b71b0825593b2.tar.zst
gsoc2013-evolution-6db3f4828107c4aa9e648a8c7f8b71b0825593b2.zip
Set bf->priv->file_db before calling do_create.
2001-07-10 Christopher James Lahey <clahey@ximian.com> * backend/pas/pas-backend-file.c (pas_backend_file_load_uri): Set bf->priv->file_db before calling do_create. 2001-07-06 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook-component.c (factory_fn): Fixed order of arguments to evolution_shell_component_new. svn path=/trunk/; revision=10949
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/addressbook-component.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c
index ea67fdf6e7..667904e4d1 100644
--- a/addressbook/gui/component/addressbook-component.c
+++ b/addressbook/gui/component/addressbook-component.c
@@ -334,8 +334,8 @@ factory_fn (BonoboGenericFactory *factory,
shell_component = evolution_shell_component_new (folder_types, NULL,
create_view, create_folder,
remove_folder, xfer_folder,
- get_dnd_selection,
NULL,
+ get_dnd_selection,
NULL);
destination_interface = evolution_shell_component_dnd_destination_folder_new (destination_folder_handle_motion,