From c5c43717419bcf6a6a3a5d5958090631dc7a13c9 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 20 Jan 2004 05:33:12 +0000 Subject: ** See bug #52817. 2004-01-20 Not Zed ** See bug #52817. * camel-session.c (camel_session_get_password): merged reprompt and secret into a flags field, and add more options. Fixed all callers. svn path=/trunk/; revision=24323 --- camel/providers/nntp/camel-nntp-store.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/providers/nntp') diff --git a/camel/providers/nntp/camel-nntp-store.c b/camel/providers/nntp/camel-nntp-store.c index fc067062ba..a439c4fd8a 100644 --- a/camel/providers/nntp/camel-nntp-store.c +++ b/camel/providers/nntp/camel-nntp-store.c @@ -1002,7 +1002,7 @@ camel_nntp_try_authenticate (CamelNNTPStore *store) camel_exception_init (&ex); service->url->passwd = - camel_session_get_password (session, prompt, FALSE, TRUE, + camel_session_get_password (session, prompt, CAMEL_SESSION_PASSWORD_SECRET, service, "password", &ex); camel_exception_clear (&ex); g_free (prompt); -- cgit