aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/addressbook-config.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index d858cb8b05..dff3217e4b 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,11 @@
2002-05-07 Chris Toshok <toshok@ximian.com>
+ * gui/component/addressbook-config.c
+ (addressbook_config_control_new): oops, add the NULL back at the
+ end of possible_types.
+
+2002-05-07 Chris Toshok <toshok@ximian.com>
+
* gui/component/addressbook-config.c (addressbook_ldap_init):
bleah, need to pass the GtkWindow here so we can pop up the a
modal parented dialog (gtk modal dialogs suck?).
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c
index 3de4ad9cca..0961d81533 100644
--- a/addressbook/gui/component/addressbook-config.c
+++ b/addressbook/gui/component/addressbook-config.c
@@ -1687,7 +1687,7 @@ addressbook_config_control_new (GNOME_Evolution_Shell shell)
Bonobo_ConfigDatabase config_db;
char *xml;
CORBA_Environment ev;
- static const char *possible_types[] = { "contacts", "ldap-contacts" };
+ static const char *possible_types[] = { "contacts", "ldap-contacts", NULL };
CORBA_exception_init (&ev);