diff options
author | Chris Toshok <toshok@ximian.com> | 2004-02-27 00:39:35 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-02-27 00:39:35 +0800 |
commit | 74abd9591145248fb1cf65c7270739e109eefec9 (patch) | |
tree | 9d24c5f2ddaf0fcb4ca947271d96497ffc09faec /addressbook/ChangeLog | |
parent | 27e55ce5ec82ce7378759f738621183ac2b7efb0 (diff) | |
download | gsoc2013-evolution-74abd9591145248fb1cf65c7270739e109eefec9.tar.gz gsoc2013-evolution-74abd9591145248fb1cf65c7270739e109eefec9.tar.zst gsoc2013-evolution-74abd9591145248fb1cf65c7270739e109eefec9.zip |
set the location label/option menu to visible.
2004-02-26 Chris Toshok <toshok@ximian.com>
* gui/contact-editor/im.glade: set the location label/option menu
to visible.
* gui/contact-editor/e-contact-editor.c (add_im_clicked): build up
the vcard attributes manually so we can set the TYPE= parameter to
the location the user specifies.
(edit_im_clicked): same. Also, use COLUMN_IM_LOCATION_TYPE, which
is not localized to pass the location to the editor.
(remove_im_clicked): reindent.
(im_treeview_drag_data_get_cb): same.
(im_treeview_drag_data_rcv_cb): same.
(setup_im_treeview): add another column for the (non-localized)
location type, and reindent.
(add_im_field): use the new attribute api for EContact so we can
get the location of each account, and set things appropriately on
the store.
* gui/contact-editor/e-contact-editor-im.c
(e_contact_editor_im_class_init): reindent.
(e_contact_editor_im_new): same.
(fill_in_info): same.
svn path=/trunk/; revision=24886
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 673cc79cff..a3ea201fc2 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,4 +1,29 @@ +2004-02-26 Chris Toshok <toshok@ximian.com> + + * gui/contact-editor/im.glade: set the location label/option menu + to visible. + + * gui/contact-editor/e-contact-editor.c (add_im_clicked): build up + the vcard attributes manually so we can set the TYPE= parameter to + the location the user specifies. + (edit_im_clicked): same. Also, use COLUMN_IM_LOCATION_TYPE, which + is not localized to pass the location to the editor. + (remove_im_clicked): reindent. + (im_treeview_drag_data_get_cb): same. + (im_treeview_drag_data_rcv_cb): same. + (setup_im_treeview): add another column for the (non-localized) + location type, and reindent. + (add_im_field): use the new attribute api for EContact so we can + get the location of each account, and set things appropriately on + the store. + + * gui/contact-editor/e-contact-editor-im.c + (e_contact_editor_im_class_init): reindent. + (e_contact_editor_im_new): same. + (fill_in_info): same. + 2004-02-25 Sivaiah Nallagatla <snallagatla@novell.com> + * gui/contact-editor/e-contact-editor-im.c : added groupwise im related label and icon image file name |