diff options
author | Chris Toshok <toshok@src.gnome.org> | 2002-03-01 04:24:44 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-03-01 04:24:44 +0800 |
commit | c09b6f1f2bb87fe2a3227a4a0656c3e892f6adcb (patch) | |
tree | 62bdc54b559bcebc99f3e6f0fd9f5e8f34d3ddbb /addressbook/ChangeLog | |
parent | 2d731c96fcbb5b628f14659283217973a988b846 (diff) | |
download | gsoc2013-evolution-c09b6f1f2bb87fe2a3227a4a0656c3e892f6adcb.tar gsoc2013-evolution-c09b6f1f2bb87fe2a3227a4a0656c3e892f6adcb.tar.gz gsoc2013-evolution-c09b6f1f2bb87fe2a3227a4a0656c3e892f6adcb.tar.bz2 gsoc2013-evolution-c09b6f1f2bb87fe2a3227a4a0656c3e892f6adcb.tar.lz gsoc2013-evolution-c09b6f1f2bb87fe2a3227a4a0656c3e892f6adcb.tar.xz gsoc2013-evolution-c09b6f1f2bb87fe2a3227a4a0656c3e892f6adcb.tar.zst gsoc2013-evolution-c09b6f1f2bb87fe2a3227a4a0656c3e892f6adcb.zip |
i2002-02-26 Chris Toshok <toshok@ximian.com>
* backend/pas/pas-backend-file.c (pas_backend_file_search): move
card_count++ inside the if that checks to see if a card matches
(and adds the card to the list).
svn path=/trunk/; revision=15872
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 78a94b1ec6..bae7938514 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -19,6 +19,12 @@ need it at some point in the future. (ldap_search_handler): pass in the PASBackendLDAP. +2002-02-26 Chris Toshok <toshok@ximian.com> + + * backend/pas/pas-backend-file.c (pas_backend_file_search): move + card_count++ inside the if that checks to see if a card matches + (and adds the card to the list). + 2002-02-24 Chris Toshok <toshok@ximian.com> * gui/component/addressbook.c (addressbook_query_changed): only |