diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-01 01:16:11 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-01 01:16:11 +0800 |
commit | 304073522b804a6c64f10809a553a9e0614725af (patch) | |
tree | d862ffb21b8aa8ef0b309efd24774691ed59714e /addressbook/contact-editor/contact-editor.glade | |
parent | d87a10196cd82a391f9c2f937ee91dd9f06e5abe (diff) | |
download | gsoc2013-evolution-304073522b804a6c64f10809a553a9e0614725af.tar.gz gsoc2013-evolution-304073522b804a6c64f10809a553a9e0614725af.tar.zst gsoc2013-evolution-304073522b804a6c64f10809a553a9e0614725af.zip |
Made some fields invisible that were visible before.
2000-04-30 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/contact-editor.glade,
contact-editor/e-contact-editor.c, gui/minicard/e-minicard.c: Made
some fields invisible that were visible before.
svn path=/trunk/; revision=2697
Diffstat (limited to 'addressbook/contact-editor/contact-editor.glade')
-rw-r--r-- | addressbook/contact-editor/contact-editor.glade | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/contact-editor/contact-editor.glade b/addressbook/contact-editor/contact-editor.glade index 33721520e6..910fa873cd 100644 --- a/addressbook/contact-editor/contact-editor.glade +++ b/addressbook/contact-editor/contact-editor.glade @@ -453,6 +453,7 @@ <widget> <class>GtkCheckButton</class> <name>checkbutton-mailingaddress</name> + <visible>False</visible> <can_focus>True</can_focus> <label>This is the mailing address</label> <active>False</active> @@ -930,6 +931,7 @@ <widget> <class>GtkCheckButton</class> <name>checkbutton-htmlmail</name> + <visible>False</visible> <can_focus>True</can_focus> <label>Wants HTML mail</label> <active>False</active> |