diff options
author | Chris Toshok <toshok@ximian.com> | 2004-05-01 02:23:16 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-05-01 02:23:16 +0800 |
commit | ff528b19387f103c1b22cb1d480a651c2f2b9074 (patch) | |
tree | 1787fa3819523dedc30b201dc12b0f0cae95e3c8 /addressbook/ChangeLog | |
parent | 013a301b196c9516785690d31ae7cefb7e099988 (diff) | |
download | gsoc2013-evolution-ff528b19387f103c1b22cb1d480a651c2f2b9074.tar gsoc2013-evolution-ff528b19387f103c1b22cb1d480a651c2f2b9074.tar.gz gsoc2013-evolution-ff528b19387f103c1b22cb1d480a651c2f2b9074.tar.bz2 gsoc2013-evolution-ff528b19387f103c1b22cb1d480a651c2f2b9074.tar.lz gsoc2013-evolution-ff528b19387f103c1b22cb1d480a651c2f2b9074.tar.xz gsoc2013-evolution-ff528b19387f103c1b22cb1d480a651c2f2b9074.tar.zst gsoc2013-evolution-ff528b19387f103c1b22cb1d480a651c2f2b9074.zip |
don't use "email" twice for a variable name.. even though they don't
2004-04-30 Chris Toshok <toshok@ximian.com>
* util/e-destination.c (e_destination_set_contact): don't use
"email" twice for a variable name.. even though they don't really
conflict, it's ugly and confusing.
svn path=/trunk/; revision=25720
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 df5ea466aa..152faed889 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,9 @@ +2004-04-30 Chris Toshok <toshok@ximian.com> + + * util/e-destination.c (e_destination_set_contact): don't use + "email" twice for a variable name.. even though they don't really + conflict, it's ugly and confusing. + 2004-04-30 Enver ALTIN <enver.altin@frontsite.com.tr> * gui/component/GNOME_Evolution_Addressbook.server.in.in: Fixed a |