aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-account-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r--mail/em-account-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index 87c01f5186..de0348ff5b 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -2451,7 +2451,7 @@ emae_check_complete(EConfig *ec, const char *pageid, void *data)
emae->priv->identity_set = 1;
uname = g_locale_to_utf8(g_get_real_name(), -1, NULL, NULL, NULL);
if (uname) {
- gtk_entry_set_text(emae->priv->identity_entries[0], uname);
+ gtk_entry_set_text(emae->priv->identity_entries[1], uname);
g_free(uname);
}
}