(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
This commit is contained in:
Ettore Perazzoli
2002-12-19 17:05:29 +00:00
parent 8a30fde1e5
commit fccdec8c5e
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2002-12-19 Ettore Perazzoli <ettore@ximian.com>
* gui/component/addressbook-config.c
(addressbook_config_control_new): Made it return an
EvolutionConfigControl instead of a BonoboControl (and removed a
bogus EvolutionConfigControl -> BonoboControl cast).
2002-12-17 Chris Toshok <toshok@ximian.com>
[ fixes bug #34897 ]

View File

@ -1674,7 +1674,7 @@ ldap_config_control_new (GNOME_Evolution_Shell shell)
}
BonoboObject *
EvolutionConfigControl *
addressbook_config_control_new (void)
{
GNOME_Evolution_Shell shell;

View File

@ -26,8 +26,10 @@
#define __ADDRESSBOOK_CONFIG_H__
#include "addressbook-storage.h"
#include "evolution-config-control.h"
EvolutionConfigControl *addressbook_config_control_new (void);
BonoboObject *addressbook_config_control_new (void);
void addressbook_config_create_new_source (const char *new_source,
GtkWidget *parent);