aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lahey <clahey@src.gnome.org>2001-08-04 08:53:02 +0800
committerChris Lahey <clahey@src.gnome.org>2001-08-04 08:53:02 +0800
commit7330156509088a0a2377e65dc050a2d13cf924a2 (patch)
tree122205cfebc5a5e6a78e19c28fd2ec62f4286925
parent017022a5e065307b4a19f9efc47b70b7b3b1589d (diff)
downloadgsoc2013-evolution-7330156509088a0a2377e65dc050a2d13cf924a2.tar
gsoc2013-evolution-7330156509088a0a2377e65dc050a2d13cf924a2.tar.gz
gsoc2013-evolution-7330156509088a0a2377e65dc050a2d13cf924a2.tar.bz2
gsoc2013-evolution-7330156509088a0a2377e65dc050a2d13cf924a2.tar.lz
gsoc2013-evolution-7330156509088a0a2377e65dc050a2d13cf924a2.tar.xz
gsoc2013-evolution-7330156509088a0a2377e65dc050a2d13cf924a2.tar.zst
gsoc2013-evolution-7330156509088a0a2377e65dc050a2d13cf924a2.zip
Added annotation that my last commit fixes Ximian bug #4674.
svn path=/trunk/; revision=11642
-rw-r--r--addressbook/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index f059db4011..190d8394c6 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -3,7 +3,8 @@
* backend/ebook/e-card.c (e_card_name_match_string): Changed the
criteria of whether the first part of each iteration matched or
the second one did. Before it got it wrong sometimes and caused
- the pointer to jump off the end of the array.
+ the pointer to jump off the end of the array. Fixes Ximian bug
+ #4674.
2001-08-03 Jason Leach <jleach@ximian.com>