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/gui/component/addressbook-config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressbook/gui/component/addressbook-config.c') 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