[evolution/express2] Don't ask for password while editing accounts.
- From: Srinivasa Ragavan <sragavan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/express2] Don't ask for password while editing accounts.
- Date: Fri, 7 May 2010 08:37:25 +0000 (UTC)
commit 4aa2552cb46f0daa67e135231f82f7d5403e2d19
Author: Srinivasa Ragavan <sragavan gnome org>
Date: Fri May 7 13:55:33 2010 +0530
Don't ask for password while editing accounts.
capplet/settings/mail-account-view.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/capplet/settings/mail-account-view.c b/capplet/settings/mail-account-view.c
index 1446923..a6751b9 100644
--- a/capplet/settings/mail-account-view.c
+++ b/capplet/settings/mail-account-view.c
@@ -166,6 +166,8 @@ validate_identity (MailAccountView *view)
return ERROR_NO_FULLNAME;
if (!email || !*email)
return ERROR_NO_EMAIL;
+ if (view->original) /* We don't query/store pwd on edit. */
+ return 0;
if (!pwd || !*pwd)
return ERROR_NO_PASSWORD;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]