aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog7
-rw-r--r--addressbook/gui/component/addressbook-config.c2
-rw-r--r--addressbook/gui/component/addressbook-config.h4
3 files changed, 11 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index f86dce89f0..d1e63a80bc 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -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 ]
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;
diff --git a/addressbook/gui/component/addressbook-config.h b/addressbook/gui/component/addressbook-config.h
index 2f95a8cbbe..c1f88e3425 100644
--- a/addressbook/gui/component/addressbook-config.h
+++ b/addressbook/gui/component/addressbook-config.h
@@ -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);