From 9678428593ad57ea4f802ff4b9ee1440c3f75605 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 24 Apr 2002 17:57:27 +0000 Subject: Added a "Browse..." button to switch to a different addressbook folder. 2002-04-24 Christopher James Lahey * gui/component/select-names/e-select-names.c, gui/component/select-names/e-select-names.h, gui/component/select-names/select-names.glade (folder_browse): Added a "Browse..." button to switch to a different addressbook folder. * gui/widgets/e-addressbook-util.c (e_addressbook_transfer_cards): Moved extern EvolutionShellClient out of this function so that it'd be more readable. svn path=/trunk/; revision=16574 --- addressbook/gui/widgets/e-addressbook-util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'addressbook/gui/widgets/e-addressbook-util.c') diff --git a/addressbook/gui/widgets/e-addressbook-util.c b/addressbook/gui/widgets/e-addressbook-util.c index 13d219af33..b1c40bd483 100644 --- a/addressbook/gui/widgets/e-addressbook-util.c +++ b/addressbook/gui/widgets/e-addressbook-util.c @@ -322,11 +322,12 @@ got_book_cb (EBook *book, gpointer closure) process_unref (process); } +extern EvolutionShellClient *global_shell_client; + void e_addressbook_transfer_cards (EBook *source, GList *cards /* adopted */, gboolean delete_from_source, GtkWindow *parent_window) { const char *allowed_types[] = { "contacts", NULL }; - extern EvolutionShellClient *global_shell_client; GNOME_Evolution_Folder *folder; static char *last_uri = NULL; CardCopyProcess *process; -- cgit v1.2.3