From 448685bd5dee4b2ac08e1139b2ca43b98f2e97cf Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 8 Apr 2010 11:33:01 -0400 Subject: Forgot to commit some bits. --- addressbook/gui/contact-editor/e-contact-editor.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'addressbook/gui/contact-editor/e-contact-editor.c') diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c index 38490aee72..3194eec943 100644 --- a/addressbook/gui/contact-editor/e-contact-editor.c +++ b/addressbook/gui/contact-editor/e-contact-editor.c @@ -3460,6 +3460,15 @@ expand_phone_toggle (EContactEditor *ce) expand_phone (ce, !gtk_widget_get_visible (phone_ext_table)); } +static void +expand_mail_toggle (EContactEditor *ce) +{ + GtkWidget *mail; + + mail = e_builder_get_widget (ce->builder, "entry-email-4"); + expand_mail (ce, !gtk_widget_get_visible (mail)); +} + static void e_contact_editor_init (EContactEditor *e_contact_editor) { -- cgit v1.2.3