From 9b2e9f2b20d848c3bb884f3d7203d1eef72ca8c9 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 20 May 2002 21:56:58 +0000 Subject: make sure we map status -> string correctly (add missing strings). 2002-05-17 Chris Toshok * gui/widgets/e-addressbook-util.c (e_addressbook_error_dialog): make sure we map status -> string correctly (add missing strings). * backend/ebook/e-book-types.h (EBookStatus): add the missing AUTHENTICATION_REQUIRED status code, to map to the idl response. * backend/ebook/e-book-listener.c (e_book_listener_convert_status): make sure we map all idl status codes to EBookStatus statuses. svn path=/trunk/; revision=16958 --- addressbook/gui/widgets/e-addressbook-util.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'addressbook/gui') diff --git a/addressbook/gui/widgets/e-addressbook-util.c b/addressbook/gui/widgets/e-addressbook-util.c index b1c40bd483..f0f0e8dfe6 100644 --- a/addressbook/gui/widgets/e-addressbook-util.c +++ b/addressbook/gui/widgets/e-addressbook-util.c @@ -40,6 +40,9 @@ e_addressbook_error_dialog (const gchar *msg, EBookStatus status) N_("Card ID already exists"), N_("Protocol not supported"), N_("Cancelled"), + N_("Authentication Failed"), + N_("Authentication Required"), + N_("TLS not Available"), N_("Other error") }; char *error_msg; -- cgit v1.2.3