From cb8fd3a3304144f2d6c6c9842d00af6ac9ec3910 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 31 Mar 2003 15:43:49 +0000 Subject: Remove folder-selector button initialization. (e_select_names_new): * gui/component/select-names/e-select-names.c (e_select_names_init): Remove folder-selector button initialization. (e_select_names_new): Initialize folder-selector button here, using the passed-in EvolutionShellClient rather than depending on a global variable. * gui/component/select-names/e-select-names-manager.c (e_select_names_manager_activate_dialog): take an EvolutionShellClient and pass it to e_select_names_new(). * gui/component/select-names/e-select-names-bonobo.c (impl_SelectNames_activate_dialog): get a pointer to the shell from bonobo-activation, create a shell_client, and pass it to e_select_names_manager_activate_dialog. svn path=/trunk/; revision=20597 --- addressbook/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index cd77ef4994..258705dad0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,24 @@ +2003-03-31 Dan Winship + + * gui/component/select-names/e-select-names.c + (e_select_names_init): Remove folder-selector button + initialization. + (e_select_names_new): Initialize folder-selector button here, + using the passed-in EvolutionShellClient rather than depending on + a global variable. + + * gui/component/select-names/e-select-names-manager.c + (e_select_names_manager_activate_dialog): take an + EvolutionShellClient and pass it to e_select_names_new(). + + * gui/component/select-names/e-select-names-bonobo.c + (impl_SelectNames_activate_dialog): get a pointer to the shell + from bonobo-activation, create a shell_client, and pass it to + e_select_names_manager_activate_dialog. + + * backend/ebook/e-book-util.c (e_book_get_default_book_uri): + constify return value + 2003-03-30 Chris Toshok * backend/ebook/e-vcard.[ch]: braindead, and *extremely* forgiving -- cgit v1.2.3