diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2004-05-05 10:40:00 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-05-05 10:40:00 +0800 |
commit | 177d079544c613add80ad1c6ec076afadc49dd82 (patch) | |
tree | b6f825a4a9cd370a4c833b16e874e19298cfdb67 /addressbook/ChangeLog | |
parent | dfdd6db76ebcbecb316b6244eeccadb0ed91849a (diff) | |
download | gsoc2013-evolution-177d079544c613add80ad1c6ec076afadc49dd82.tar.gz gsoc2013-evolution-177d079544c613add80ad1c6ec076afadc49dd82.tar.zst gsoc2013-evolution-177d079544c613add80ad1c6ec076afadc49dd82.zip |
Use defaults from Anna. (im_service_default): Ditto. (email_default):
2004-05-04 Hans Petter Jansson <hpj@ximian.com>
* gui/contact-editor/e-contact-editor.c (phones_default): Use defaults
from Anna.
(im_service_default): Ditto.
(email_default): Ditto.
(im_location): Renamed to common_location, as it's used by both IM
and e-mail.
(init_email_record_location): im_location -> common_location
(init_im_record_location): Ditto.
(email_index_to_location): Ditto.
(im_index_to_location): Ditto.
(get_email_location): Ditto.
(get_im_location): Ditto.
(fill_in_email_record): Consult defaults.
(fill_in_im_record): Ditto.
svn path=/trunk/; revision=25796
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e604b7f703..c9b95e642a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,22 @@ 2004-05-04 Hans Petter Jansson <hpj@ximian.com> + * gui/contact-editor/e-contact-editor.c (phones_default): Use defaults + from Anna. + (im_service_default): Ditto. + (email_default): Ditto. + (im_location): Renamed to common_location, as it's used by both IM + and e-mail. + (init_email_record_location): im_location -> common_location + (init_im_record_location): Ditto. + (email_index_to_location): Ditto. + (im_index_to_location): Ditto. + (get_email_location): Ditto. + (get_im_location): Ditto. + (fill_in_email_record): Consult defaults. + (fill_in_im_record): Ditto. + +2004-05-04 Hans Petter Jansson <hpj@ximian.com> + * gui/contact-editor/e-contact-editor.c (set_entry_activate_signals): Remove blog, add home page. (set_entry_changed_signals): Ditto. |