From 7a00f56defc7956b6025eb30c03713971dd1f6fc Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 10 Jan 2003 02:02:57 +0000 Subject: doh, fix build error. 2003-01-09 Chris Toshok * backend/pas/pas-backend-ldap.c (query_ldap_root_dse): doh, fix build error. svn path=/trunk/; revision=19388 --- addressbook/ChangeLog | 5 +++++ addressbook/backend/pas/pas-backend-ldap.c | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index b292a8fddb..e83f41d9bf 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2003-01-09 Chris Toshok + + * backend/pas/pas-backend-ldap.c (query_ldap_root_dse): doh, fix + build error. + 2003-01-09 Chris Toshok * gui/component/select-names/e-select-names-popup.c: #include diff --git a/addressbook/backend/pas/pas-backend-ldap.c b/addressbook/backend/pas/pas-backend-ldap.c index 3ef2bcb4dd..09a6d258de 100644 --- a/addressbook/backend/pas/pas-backend-ldap.c +++ b/addressbook/backend/pas/pas-backend-ldap.c @@ -594,11 +594,11 @@ query_ldap_root_dse (PASBackendLDAP *bl) g_object_unref (bl->priv->supported_auth_methods); bl->priv->supported_auth_methods = e_list_new ((EListCopyFunc)g_strdup, (EListFreeFunc)g_free, NULL); - auth_method = g_strdup_printf ("ldap/simple-binddn|%s", _()); + auth_method = g_strdup_printf ("ldap/simple-binddn|%s", _("Using Distinguished Name (DN)")); e_list_append (bl->priv->supported_auth_methods, auth_method); g_free (auth_method); - auth_method = g_strdup_printf ("ldap/simple-email|%s"); + auth_method = g_strdup_printf ("ldap/simple-email|%s", _("Using Email Address")); e_list_append (bl->priv->supported_auth_methods, auth_method); g_free (auth_method); -- cgit v1.2.3