diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-12-20 01:05:29 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-12-20 01:05:29 +0800 |
commit | fccdec8c5e0ce21d8a7efb7797e6c71e77691ecd (patch) | |
tree | 8722cd4c85546ef9ee2d9ad6963f344aad91a12f /addressbook/gui/component/addressbook-config.c | |
parent | 8a30fde1e54aa9d213b9c4c3013ab5a0bdf69d69 (diff) | |
download | gsoc2013-evolution-fccdec8c5e0ce21d8a7efb7797e6c71e77691ecd.tar.gz gsoc2013-evolution-fccdec8c5e0ce21d8a7efb7797e6c71e77691ecd.tar.zst gsoc2013-evolution-fccdec8c5e0ce21d8a7efb7797e6c71e77691ecd.zip |
(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
Diffstat (limited to 'addressbook/gui/component/addressbook-config.c')
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |