From 40075f5515c769393e3f5ffceef4d0f1136d10d8 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 12 Aug 2004 06:55:23 +0000 Subject: epasswords api change. 2004-08-10 Not Zed * gui/e-pub-utils.c (e_pub_publish): * common/authentication.c (auth_func_cb): epasswords api change. svn path=/trunk/; revision=26882 --- calendar/common/authentication.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'calendar/common') diff --git a/calendar/common/authentication.c b/calendar/common/authentication.c index 663b17dc61..418d71a7b3 100644 --- a/calendar/common/authentication.c +++ b/calendar/common/authentication.c @@ -45,8 +45,8 @@ auth_func_cb (ECal *ecal, const char *prompt, const char *key, gpointer user_dat password = e_passwords_get_password (component_name, key); if (!password) - password = e_passwords_ask_password (_("Enter password"), component_name, key, prompt, TRUE, - E_PASSWORDS_REMEMBER_FOREVER, &remember, + password = e_passwords_ask_password (_("Enter password"), component_name, key, prompt, + E_PASSWORDS_REMEMBER_FOREVER|E_PASSWORDS_SECRET, &remember, NULL); return password; -- cgit