diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/component/addressbook-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |