diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-04 04:27:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-04 04:27:14 +0800 |
commit | 317d4a24592c88799f8eafe3ffcdc90decc7572b (patch) | |
tree | 54e6ccda43037ac27635756706f092a8afe1c853 | |
parent | 6a603b5cf40882d2c558a7a29c394032694d2315 (diff) | |
download | gsoc2013-evolution-317d4a24592c88799f8eafe3ffcdc90decc7572b.tar gsoc2013-evolution-317d4a24592c88799f8eafe3ffcdc90decc7572b.tar.gz gsoc2013-evolution-317d4a24592c88799f8eafe3ffcdc90decc7572b.tar.bz2 gsoc2013-evolution-317d4a24592c88799f8eafe3ffcdc90decc7572b.tar.lz gsoc2013-evolution-317d4a24592c88799f8eafe3ffcdc90decc7572b.tar.xz gsoc2013-evolution-317d4a24592c88799f8eafe3ffcdc90decc7572b.tar.zst gsoc2013-evolution-317d4a24592c88799f8eafe3ffcdc90decc7572b.zip |
found the bug it fixed, yay.
svn path=/trunk/; revision=26204
-rw-r--r-- | addressbook/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bfc048ccb6..5b70b5ae9f 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -5,7 +5,7 @@ (ecard_from_remote_record): Set the full_name of the contact so that we can use that as the FILE_AS rather than the company name, which sucked. Fixes a bug I may or may not have reported months - ago. + ago. Ahah, fixes bug #57620. 2004-06-02 Hans Petter Jansson <hpj@ximian.com> |