[evolution-data-server] Do not show the passwd in the dialog while typing
- From: Bharath Acharya <abharath src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Do not show the passwd in the dialog while typing
- Date: Wed, 30 Dec 2009 04:57:23 +0000 (UTC)
commit 3c6dc5d976715d7cf3c180b1dd777a2f681cfd4c
Author: Bharath Acharya <abharath novell com>
Date: Wed Dec 30 10:27:18 2009 +0530
Do not show the passwd in the dialog while typing
camel/providers/imapx/camel-imapx-server.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index a3bf894..e898f9c 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -1700,7 +1700,7 @@ retry:
auth_domain = camel_url_get_param (is->url, "auth-domain");
is->url->passwd = camel_session_get_password(is->session, (CamelService *)is->store,
auth_domain,
- prompt, "password", 0, &ex);
+ prompt, "password", CAMEL_SESSION_PASSWORD_SECRET, &ex);
g_free(prompt);
if (ex.id) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]