diff options
author | Chris Toshok <toshok@ximian.com> | 2004-03-11 06:33:34 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-03-11 06:33:34 +0800 |
commit | e79281f85ef0f04b10db12d8aa8b4c49cdb64929 (patch) | |
tree | 242085f1a112162232a3b6ad32ce837628343911 /addressbook/ChangeLog | |
parent | 6a28414d010a396d5751bd31d1675622c2e6578c (diff) | |
download | gsoc2013-evolution-e79281f85ef0f04b10db12d8aa8b4c49cdb64929.tar.gz gsoc2013-evolution-e79281f85ef0f04b10db12d8aa8b4c49cdb64929.tar.zst gsoc2013-evolution-e79281f85ef0f04b10db12d8aa8b4c49cdb64929.zip |
phone_choice is an index into the phones array. (_phone_arrow_pressed):
2004-03-10 Chris Toshok <toshok@ximian.com>
* gui/contact-editor/e-contact-editor.c (phone_entry_changed):
phone_choice is an index into the phones array.
(_phone_arrow_pressed): same.
(address_text_changed): address_choice is an index into the
addresses array.
(_address_arrow_pressed): same.
(set_address_field): same.
(_email_arrow_pressed): email_choice is an index into the emails
array.
(full_addr_clicked): same, and same with
s/addresses/address_editable.
(e_contact_editor_init): initialize the *_choice fields as indices
into their respective *es arrays.
(e_contact_editor_build_address_ui): initialize the labels from
the addresses array.
(set_fields): *_choice fields are indices into *es arrays.
(enable_writable_fields): same.
svn path=/trunk/; revision=25017
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 680c20685a..f259a9d11a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,23 @@ +2004-03-10 Chris Toshok <toshok@ximian.com> + + * gui/contact-editor/e-contact-editor.c (phone_entry_changed): + phone_choice is an index into the phones array. + (_phone_arrow_pressed): same. + (address_text_changed): address_choice is an index into the + addresses array. + (_address_arrow_pressed): same. + (set_address_field): same. + (_email_arrow_pressed): email_choice is an index into the emails + array. + (full_addr_clicked): same, and same with + s/addresses/address_editable. + (e_contact_editor_init): initialize the *_choice fields as indices + into their respective *es arrays. + (e_contact_editor_build_address_ui): initialize the labels from + the addresses array. + (set_fields): *_choice fields are indices into *es arrays. + (enable_writable_fields): same. + 2004-03-09 Rodney Dawes <dobey@ximian.com> * gui/contact-editor/e-contact-editor.c (_arrow_pressed): Don't try |