diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-08-16 15:17:26 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-08-16 15:17:26 +0800 |
commit | 844d69f78e5f7b9ae65ed30d38f6c888e4656eb9 (patch) | |
tree | 6c1f65941fc50ec7228b5ca61c23c0b31e0c6957 /addressbook/ChangeLog | |
parent | 62f6a22f0fb9c5cd129af0119688cbdf8afc7565 (diff) | |
download | gsoc2013-evolution-844d69f78e5f7b9ae65ed30d38f6c888e4656eb9.tar gsoc2013-evolution-844d69f78e5f7b9ae65ed30d38f6c888e4656eb9.tar.gz gsoc2013-evolution-844d69f78e5f7b9ae65ed30d38f6c888e4656eb9.tar.bz2 gsoc2013-evolution-844d69f78e5f7b9ae65ed30d38f6c888e4656eb9.tar.lz gsoc2013-evolution-844d69f78e5f7b9ae65ed30d38f6c888e4656eb9.tar.xz gsoc2013-evolution-844d69f78e5f7b9ae65ed30d38f6c888e4656eb9.tar.zst gsoc2013-evolution-844d69f78e5f7b9ae65ed30d38f6c888e4656eb9.zip |
Check that name != NULL before we start messing with it. (Fixes bug #7329)
2001-08-16 Jon Trowbridge <trow@ximian.com>
* gui/contact-editor/e-contact-quick-add.c (e_contact_quick_add):
Check that name != NULL before we start messing with it.
(Fixes bug #7329)
svn path=/trunk/; revision=12084
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 2cb8dc355a..f782fd9b17 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2001-08-16 Jon Trowbridge <trow@ximian.com> + * gui/contact-editor/e-contact-quick-add.c (e_contact_quick_add): + Check that name != NULL before we start messing with it. + (Fixes bug #7329) + +2001-08-16 Jon Trowbridge <trow@ximian.com> + * gui/component/select-names/e-select-names-completion.c (match_nickname): Boost scoring on an exact nickname match. Manually addressify match. |