aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/common
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-08-12 14:55:23 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-08-12 14:55:23 +0800
commit40075f5515c769393e3f5ffceef4d0f1136d10d8 (patch)
treedeb5033aa7a6d9eb4aca6f08cb989c6dcbf48d69 /calendar/common
parentb837a54258f52311b9a3ad698126498abf2ca55d (diff)
downloadgsoc2013-evolution-40075f5515c769393e3f5ffceef4d0f1136d10d8.tar
gsoc2013-evolution-40075f5515c769393e3f5ffceef4d0f1136d10d8.tar.gz
gsoc2013-evolution-40075f5515c769393e3f5ffceef4d0f1136d10d8.tar.bz2
gsoc2013-evolution-40075f5515c769393e3f5ffceef4d0f1136d10d8.tar.lz
gsoc2013-evolution-40075f5515c769393e3f5ffceef4d0f1136d10d8.tar.xz
gsoc2013-evolution-40075f5515c769393e3f5ffceef4d0f1136d10d8.tar.zst
gsoc2013-evolution-40075f5515c769393e3f5ffceef4d0f1136d10d8.zip
epasswords api change.
2004-08-10 Not Zed <NotZed@Ximian.com> * gui/e-pub-utils.c (e_pub_publish): * common/authentication.c (auth_func_cb): epasswords api change. svn path=/trunk/; revision=26882
Diffstat (limited to 'calendar/common')
-rw-r--r--calendar/common/authentication.c4
1 files changed, 2 insertions, 2 deletions
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;