From 89c47899ef4d2c547feb13edfed963a686f4449e Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 30 Aug 2004 04:32:28 +0000 Subject: ** See bug #62856 (workaround). 2004-08-27 Not Zed ** See bug #62856 (workaround). * gui/component/addressbook.c (addressbook_authenticate): add online flag to password request. svn path=/trunk/; revision=27076 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/addressbook.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 3c8eda2215..0edd44c6b2 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2004-08-27 Not Zed + ** See bug #62856 (workaround). + + * gui/component/addressbook.c (addressbook_authenticate): add + online flag to password request. + ** See bug #64011. * gui/component/addressbook-view.c (edit_addressbook_cb): Remove diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 1f51524c8e..cbf908c17f 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -178,7 +178,7 @@ addressbook_authenticate (EBook *book, gboolean previous_failure, ESource *sourc char *prompt; gboolean remember; char *failed_auth; - guint32 flags = E_PASSWORDS_REMEMBER_FOREVER|E_PASSWORDS_SECRET; + guint32 flags = E_PASSWORDS_REMEMBER_FOREVER|E_PASSWORDS_SECRET|E_PASSWORDS_ONLINE; if (previous_failure) { failed_auth = _("Failed to authenticate.\n"); -- cgit