diff options
author | Jon Trowbridge <trow@ximian.com> | 2001-09-13 04:29:37 +0800 |
---|---|---|
committer | Jon Trowbridge <trow@src.gnome.org> | 2001-09-13 04:29:37 +0800 |
commit | 0577bd1a603603873628d035fec92ce96d97cef0 (patch) | |
tree | b244c870770a30b0b42bd79818338ad1d58e762b /addressbook/ChangeLog | |
parent | fe0b0a35877ca1af05935eb41eb6c1f706c1b6cf (diff) | |
download | gsoc2013-evolution-0577bd1a603603873628d035fec92ce96d97cef0.tar.gz gsoc2013-evolution-0577bd1a603603873628d035fec92ce96d97cef0.tar.zst gsoc2013-evolution-0577bd1a603603873628d035fec92ce96d97cef0.zip |
printf arguments were reversed by mistake. Fixed bug #9693.
2001-09-12 Jon Trowbridge <trow@ximian.com>
* gui/component/select-names/e-select-names-completion.c (match_email):
printf arguments were reversed by mistake. Fixed bug #9693.
svn path=/trunk/; revision=12779
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 608393fa7e..4e28c6bc91 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-09-12 Jon Trowbridge <trow@ximian.com> + + * gui/component/select-names/e-select-names-completion.c (match_email): + printf arguments were reversed by mistake. Fixed bug #9693. + 2001-09-09 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names-popup.c |