diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-07-02 22:59:49 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-07-02 22:59:49 +0800 |
commit | 2bc7669d539114cb4b4cf19a590abaabcd9e8748 (patch) | |
tree | 8b4d9556d9b84e3861f1f0aafe0f489aa8dd1689 /calendar/ChangeLog | |
parent | cb9a6f71878dc639b0711d97ec3bc8e16d4ffcf6 (diff) | |
download | gsoc2013-evolution-2bc7669d539114cb4b4cf19a590abaabcd9e8748.tar.gz gsoc2013-evolution-2bc7669d539114cb4b4cf19a590abaabcd9e8748.tar.zst gsoc2013-evolution-2bc7669d539114cb4b4cf19a590abaabcd9e8748.zip |
Fixes the problem in sending the meeting to the mailing list if the list
does not contain email ids.
svn path=/trunk/; revision=29619
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5ae59c0910..976c414faa 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2005-07-02 Chenthill Palanisamy <pchenthill@novell.com> + + * gui/e-meeting-list-view.c: (process_section): + * gui/e-select-names-editable.c: + (e_select_names_editable_get_emails): If the contact list + does not have all the mail ids, use the name of the contact + list as the email id. + 2005-07-01 Chenthill Palanisamy <pchenthill@novell.com> * gui/e-cal-model.c: (e_cal_model_class_init), |