From fccdec8c5e0ce21d8a7efb7797e6c71e77691ecd Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 19 Dec 2002 17:05:29 +0000 Subject: (addressbook_config_control_new): Made it return an EvolutionConfigControl instead of a BonoboControl (and removed a bogus EvolutionConfigControl -> BonoboControl cast). svn path=/trunk/; revision=19168 --- addressbook/gui/component/addressbook-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component/addressbook-config.c') diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c index 0aa0dc62c3..584565fcc4 100644 --- a/addressbook/gui/component/addressbook-config.c +++ b/addressbook/gui/component/addressbook-config.c @@ -1674,7 +1674,7 @@ ldap_config_control_new (GNOME_Evolution_Shell shell) } -BonoboObject * +EvolutionConfigControl * addressbook_config_control_new (void) { GNOME_Evolution_Shell shell; -- cgit