svn path=/trunk/; revision=33891
This commit is contained in:
Chenthill Palanisamy
2007-07-29 18:46:40 +00:00
parent 5e1aa13961
commit fef40cfdca
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2007-07-30 Chenthill Palanisamy <pchenthill@novell.com>
* gui/e-select-names-editable.c:
(e_select_names_editable_get_emails):
Committing on behalf of Xiurong Simon Zheng <simon.zheng@sun.com>
2007-07-29 Milan Crha <mcrha@redhat.com>
** Fix for bug #200977

View File

@ -151,7 +151,8 @@ e_select_names_editable_get_emails (ESelectNamesEditable *esne)
} else {
/* check if the contact is contact list, it does not contain all the email ids */
/* we dont expand it currently, TODO do we need to expand it by getting it from addressbook*/
if (e_contact_get (e_destination_get_contact (destination), E_CONTACT_IS_LIST)) {
if (e_destination_get_contact (destination) &&
e_contact_get (e_destination_get_contact (destination), E_CONTACT_IS_LIST)) {
/* If its a contact_list which is not expanded, it wont have a email id,
so we can use the name as the email id */