aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2012-11-02 04:28:00 +0800
committerMatthew Barnes <mbarnes@redhat.com>2012-11-02 04:33:44 +0800
commit83903dbbb3bca46aad82f0954ee9fb821422bcb1 (patch)
treeb6c0e2e6e37ae31458501951577a696deedf1869
parent34559853b686a0db42a4056469918a661341f2e6 (diff)
downloadgsoc2013-evolution-83903dbbb3bca46aad82f0954ee9fb821422bcb1.tar
gsoc2013-evolution-83903dbbb3bca46aad82f0954ee9fb821422bcb1.tar.gz
gsoc2013-evolution-83903dbbb3bca46aad82f0954ee9fb821422bcb1.tar.bz2
gsoc2013-evolution-83903dbbb3bca46aad82f0954ee9fb821422bcb1.tar.lz
gsoc2013-evolution-83903dbbb3bca46aad82f0954ee9fb821422bcb1.tar.xz
gsoc2013-evolution-83903dbbb3bca46aad82f0954ee9fb821422bcb1.tar.zst
gsoc2013-evolution-83903dbbb3bca46aad82f0954ee9fb821422bcb1.zip
Fixed squished labels on Identity page of Account Assistant.
GtkSizeGroup::ignore-hidden is broken, or so I'm told in the discussion on https://bugzilla.gnome.org/show_bug.cgi?id=677609. Leave it FALSE. (cherry picked from commit d6b350c751866c391dbf52e7cbeed56eda335329)
-rw-r--r--mail/e-mail-config-identity-page.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/e-mail-config-identity-page.c b/mail/e-mail-config-identity-page.c
index 81f0c46909..40b18f4c36 100644
--- a/mail/e-mail-config-identity-page.c
+++ b/mail/e-mail-config-identity-page.c
@@ -264,7 +264,6 @@ mail_config_identity_page_constructed (GObject *object)
/* This keeps all mnemonic labels the same width. */
size_group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL);
- gtk_size_group_set_ignore_hidden (size_group, TRUE);
text = _("Please enter your name and email address below. "
"The \"optional\" fields below do not need to be filled "