diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2001-01-03 12:05:06 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-01-03 12:05:06 +0800 |
commit | bb8ba48a852db03fd1575a2132a6c9413de069c8 (patch) | |
tree | 2f7233bac5dca6ae7c4499d9458c2677ae1a1761 /addressbook/ChangeLog | |
parent | 2934ba8dca1dd1ae21c45e53783129a2685717b2 (diff) | |
download | gsoc2013-evolution-bb8ba48a852db03fd1575a2132a6c9413de069c8.tar gsoc2013-evolution-bb8ba48a852db03fd1575a2132a6c9413de069c8.tar.gz gsoc2013-evolution-bb8ba48a852db03fd1575a2132a6c9413de069c8.tar.bz2 gsoc2013-evolution-bb8ba48a852db03fd1575a2132a6c9413de069c8.tar.lz gsoc2013-evolution-bb8ba48a852db03fd1575a2132a6c9413de069c8.tar.xz gsoc2013-evolution-bb8ba48a852db03fd1575a2132a6c9413de069c8.tar.zst gsoc2013-evolution-bb8ba48a852db03fd1575a2132a6c9413de069c8.zip |
Make sure this won't crash if the given contact is removed from the
2001-01-02 Christopher James Lahey <clahey@helixcode.com>
* contact-editor/e-contact-editor.c (delete_cb): Make sure this
won't crash if the given contact is removed from the database
while this function is being called.
* gui/widgets/e-minicard.c: Made sure this won't crash if the
given contact is removed from the database while the right click
menu is being displayed.
svn path=/trunk/; revision=7227
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 5c0d7eb956..ed810e96e6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2001-01-02 Christopher James Lahey <clahey@helixcode.com> + + * contact-editor/e-contact-editor.c (delete_cb): Make sure this + won't crash if the given contact is removed from the database + while this function is being called. + + * gui/widgets/e-minicard.c: Made sure this won't crash if the + given contact is removed from the database while the right click + menu is being displayed. + 2000-12-30 Chris Toshok <toshok@helixcode.com> * gui/component/addressbook-config.c (edit_source_clicked): copy |