diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-04-21 23:52:25 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-04-21 23:52:25 +0800 |
commit | e9c4388490925de25b029fa0d6437a34a6386c05 (patch) | |
tree | 4651f3d927afcf5a0297cc99aeb09c84edc56108 /mail | |
parent | 77e786d361d00239b8214393e1c12c8fd3929205 (diff) | |
download | gsoc2013-evolution-e9c4388490925de25b029fa0d6437a34a6386c05.tar.gz gsoc2013-evolution-e9c4388490925de25b029fa0d6437a34a6386c05.tar.zst gsoc2013-evolution-e9c4388490925de25b029fa0d6437a34a6386c05.zip |
Fix ergonomic details, and prettify (for small screens at least)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-account-editor.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index d3158fb48d..38be2f3dbd 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -2191,7 +2191,9 @@ emae_identity_page (EConfig *ec, EConfigItem *item, GtkWidget *parent, GtkWidget gtk_notebook_append_page ((GtkNotebook *)parent, w, gtk_label_new (_("Identity"))); } - emae_queue_widgets (emae, builder, "account_vbox", "identity_required_table", "identity_optional_table", "identity_optional_frame", NULL); + emae_queue_widgets (emae, builder, "account_vbox", "identity_required_table", + "identity_optional_table", "identity_optional_frame", + "identity_address", NULL); g_object_unref (builder); |