aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-config.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-05-08 05:04:00 +0800
committerChris Toshok <toshok@src.gnome.org>2002-05-08 05:04:00 +0800
commit995bed99b5a7f25bc40159c8af9bb4a0714dd9e7 (patch)
tree6bcbd3d795f2a5396484aa5d51698bebd3e5db59 /addressbook/gui/component/addressbook-config.c
parentbee907db63256e377ab58b38d312603bf1a9ff4a (diff)
downloadgsoc2013-evolution-995bed99b5a7f25bc40159c8af9bb4a0714dd9e7.tar
gsoc2013-evolution-995bed99b5a7f25bc40159c8af9bb4a0714dd9e7.tar.gz
gsoc2013-evolution-995bed99b5a7f25bc40159c8af9bb4a0714dd9e7.tar.bz2
gsoc2013-evolution-995bed99b5a7f25bc40159c8af9bb4a0714dd9e7.tar.lz
gsoc2013-evolution-995bed99b5a7f25bc40159c8af9bb4a0714dd9e7.tar.xz
gsoc2013-evolution-995bed99b5a7f25bc40159c8af9bb4a0714dd9e7.tar.zst
gsoc2013-evolution-995bed99b5a7f25bc40159c8af9bb4a0714dd9e7.zip
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_config_control_new): oops, add the NULL back at the end of possible_types. svn path=/trunk/; revision=16714
Diffstat (limited to 'addressbook/gui/component/addressbook-config.c')
-rw-r--r--addressbook/gui/component/addressbook-config.c2
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);