diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-09-28 21:25:12 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-09-28 21:25:12 +0800 |
commit | ebef4e5ed565ae236aed1e644bd62fb475e928f8 (patch) | |
tree | aca5df485c16abd1ca0b090b8825a771ee79480f /addressbook/ChangeLog | |
parent | aab7424773357dbe7f60ba18754fa1763b7ee993 (diff) | |
download | gsoc2013-evolution-ebef4e5ed565ae236aed1e644bd62fb475e928f8.tar gsoc2013-evolution-ebef4e5ed565ae236aed1e644bd62fb475e928f8.tar.gz gsoc2013-evolution-ebef4e5ed565ae236aed1e644bd62fb475e928f8.tar.bz2 gsoc2013-evolution-ebef4e5ed565ae236aed1e644bd62fb475e928f8.tar.lz gsoc2013-evolution-ebef4e5ed565ae236aed1e644bd62fb475e928f8.tar.xz gsoc2013-evolution-ebef4e5ed565ae236aed1e644bd62fb475e928f8.tar.zst gsoc2013-evolution-ebef4e5ed565ae236aed1e644bd62fb475e928f8.zip |
Fix for the crash when adding duplicate contacts without e-mail ids by
dragging them into contact list editor.
Patch submitted by "Devashish <sdevashish@novell.com>"
svn path=/trunk/; revision=30411
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index eb8f359dca..b2a6c7b17d 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,6 +1,19 @@ 2005-09-28 Devashish Sharma <sdevashish@novell.com> - gui/component/addressbook-view.c (addressbook_view_init): Added a + * gui/contact-list-editor/e-contact-list-editor.c + (table_drag_data_received_cb): Added a check that the contact received + through drag contains an email-id. There is no point in adding a + contact to the contact-list if the contact has no email-id. This was + causing a crash also. + + * gui/widgets/eab-contact-display.c + (eab_contact_display_render_compact): Added a check for catching null + email-ids, in case of contact-lists, so that null ids are not passed + for rendering, which was causing a crash. + +2005-09-28 Devashish Sharma <sdevashish@novell.com> + + * gui/component/addressbook-view.c (addressbook_view_init): Added a callback, source_selector_key_press_event_callback() so that the contact folder can be removed with Del/Delete Key. Fixes #233424. |