diff options
author | Chris Toshok <toshok@ximian.com> | 2001-10-07 00:54:49 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-10-07 00:54:49 +0800 |
commit | 5bf99a3707ed456ab957fe6ae359f24d1371e8bc (patch) | |
tree | 5697d478e470570ad2cb0ab3872853ba6b84bf19 /addressbook/ChangeLog | |
parent | c87ef08b9507ed81e6f40b704949cc8b92388511 (diff) | |
download | gsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.tar gsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.tar.gz gsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.tar.bz2 gsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.tar.lz gsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.tar.xz gsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.tar.zst gsoc2013-evolution-5bf99a3707ed456ab957fe6ae359f24d1371e8bc.zip |
add an Email Address field/label/help text.
2001-10-06 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-config.glade: add an Email Address
field/label/help text.
* gui/component/addressbook-config.c
(addressbook_source_dialog_set_source): fill in the email entry
from the source. also, set the initial state of the email
label/entry.
(auth_checkbutton_changed): set the email label/entry
sensitive/editable if auth is turned on, and
insensitive/uneditable if it's off.
(addressbook_source_dialog_get_source): get the email address from
the email entry.
(addressbook_source_dialog): hook up the email entry to the
changed signal foo, as well as the focus handler for displaying
help text.
svn path=/trunk/; revision=13486
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index a3a2fccd69..9fe2c2b49f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,21 @@ +2001-10-06 Chris Toshok <toshok@ximian.com> + + * gui/component/addressbook-config.glade: add an Email Address + field/label/help text. + + * gui/component/addressbook-config.c + (addressbook_source_dialog_set_source): fill in the email entry + from the source. also, set the initial state of the email + label/entry. + (auth_checkbutton_changed): set the email label/entry + sensitive/editable if auth is turned on, and + insensitive/uneditable if it's off. + (addressbook_source_dialog_get_source): get the email address from + the email entry. + (addressbook_source_dialog): hook up the email entry to the + changed signal foo, as well as the focus handler for displaying + help text. + 2001-10-06 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-manager.c |