aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2002-02-04 19:12:58 +0800
committerJP Rosevear <jpr@src.gnome.org>2002-02-04 19:12:58 +0800
commit4416de463e9e41759c6f21e64aaa4458ddc10fde (patch)
tree361a097fb8863c8a3b639d923e9ac5f9385e2f25 /addressbook/gui/contact-editor/e-contact-editor.h
parent45c33701786d742fbfd570c82ac4fe19dbc9c224 (diff)
downloadgsoc2013-evolution-4416de463e9e41759c6f21e64aaa4458ddc10fde.tar
gsoc2013-evolution-4416de463e9e41759c6f21e64aaa4458ddc10fde.tar.gz
gsoc2013-evolution-4416de463e9e41759c6f21e64aaa4458ddc10fde.tar.bz2
gsoc2013-evolution-4416de463e9e41759c6f21e64aaa4458ddc10fde.tar.lz
gsoc2013-evolution-4416de463e9e41759c6f21e64aaa4458ddc10fde.tar.xz
gsoc2013-evolution-4416de463e9e41759c6f21e64aaa4458ddc10fde.tar.zst
gsoc2013-evolution-4416de463e9e41759c6f21e64aaa4458ddc10fde.zip
if the shown address in the mailing address or there is no mailing
2002-02-04 JP Rosevear <jpr@ximian.com> * gui/contact-editor/e-contact-editor.c (address_text_changed): if the shown address in the mailing address or there is no mailing address, set the default flag and make sure the button is checked (address_mailing_changed): set the flags properly when the mailing address changes (e_contact_editor_init): listen for the check button being toggled (find_address_mailing): find the address (if any) with the default flag (set_address_field): set the mailing address button appropriately (fill_in_info): find the mailing address * gui/contact-editor/e-contact-editor.h: add new class data member * gui/contact-editor/contact-editor.glade: show mailing address check button svn path=/trunk/; revision=15561
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.h')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.h b/addressbook/gui/contact-editor/e-contact-editor.h
index 69036ef9a8..249640379b 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.h
+++ b/addressbook/gui/contact-editor/e-contact-editor.h
@@ -86,6 +86,7 @@ struct _EContactEditor
ECardSimpleEmailId email_choice;
ECardSimplePhoneId phone_choice[4];
ECardSimpleAddressId address_choice;
+ ECardSimpleAddressId address_mailing;
GList *arbitrary_fields;