diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2010-04-20 13:22:01 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@gnome.org> | 2010-04-20 13:25:22 +0800 |
commit | 33fc38811d408db702c4fee7fa2ba61bf7826dd1 (patch) | |
tree | 36685dd6a65bc82c7845239eaeb631002314987c /capplet/settings/mail-account-view.h | |
parent | 289e749fd74f09772b3b51d9dbe82feba9ff7d44 (diff) | |
download | gsoc2013-evolution-33fc38811d408db702c4fee7fa2ba61bf7826dd1.tar.gz gsoc2013-evolution-33fc38811d408db702c4fee7fa2ba61bf7826dd1.tar.zst gsoc2013-evolution-33fc38811d408db702c4fee7fa2ba61bf7826dd1.zip |
Add Password field to the account setup and prestore password.
Diffstat (limited to 'capplet/settings/mail-account-view.h')
-rw-r--r-- | capplet/settings/mail-account-view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capplet/settings/mail-account-view.h b/capplet/settings/mail-account-view.h index 618dce5361..7d5153172b 100644 --- a/capplet/settings/mail-account-view.h +++ b/capplet/settings/mail-account-view.h @@ -75,6 +75,7 @@ typedef struct _MailAccountView { GtkWidget *wpages[6]; gint current_page; struct _EMAccountEditor *edit; + GtkWidget *password; MailAccountViewPrivate *priv; } MailAccountView; |