From 995bed99b5a7f25bc40159c8af9bb4a0714dd9e7 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 7 May 2002 21:04:00 +0000 Subject: oops, add the NULL back at the end of possible_types. 2002-05-07 Chris Toshok * gui/component/addressbook-config.c (addressbook_config_control_new): oops, add the NULL back at the end of possible_types. svn path=/trunk/; revision=16714 --- addressbook/ChangeLog | 6 ++++++ addressbook/gui/component/addressbook-config.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index d858cb8b05..dff3217e4b 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2002-05-07 Chris Toshok + + * 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 * gui/component/addressbook-config.c (addressbook_ldap_init): 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); -- cgit v1.2.3