aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/contact-editor.glade
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/contact-editor.glade
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/contact-editor.glade')
-rw-r--r--addressbook/gui/contact-editor/contact-editor.glade1
1 files changed, 0 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/contact-editor.glade b/addressbook/gui/contact-editor/contact-editor.glade
index 6e554c36ea..c8c880fa0c 100644
--- a/addressbook/gui/contact-editor/contact-editor.glade
+++ b/addressbook/gui/contact-editor/contact-editor.glade
@@ -1174,7 +1174,6 @@
<widget>
<class>GtkCheckButton</class>
<name>checkbutton-mailingaddress</name>
- <visible>False</visible>
<label>This is the _mailing address</label>
<active>False</active>
<draw_indicator>True</draw_indicator>