diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-30 02:47:09 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-30 02:47:09 +0800 |
commit | 1bb087628924818877b6b345cdfe8b41838be60e (patch) | |
tree | 47f7e7d523ae192a3de9056e5e992893cf539c3f /addressbook/ChangeLog | |
parent | 44f724adfe5d6c7bef583bb96fa71c9e94110708 (diff) | |
download | gsoc2013-evolution-1bb087628924818877b6b345cdfe8b41838be60e.tar.gz gsoc2013-evolution-1bb087628924818877b6b345cdfe8b41838be60e.tar.zst gsoc2013-evolution-1bb087628924818877b6b345cdfe8b41838be60e.zip |
fix bug that allowed for phone's not to be in priority order and the item
2001-10-29 JP Rosevear <jpr@ximian.com>
* conduit/address-conduit.c (is_syncable): fix bug that allowed
for phone's not to be in priority order and the item to still be
syncable
* conduit/address-conduit-config.h
(addrconduit_load_configuration): get management by id
svn path=/trunk/; revision=14350
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index c975ddf870..d0d04d85ab 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,14 @@ 2001-10-29 JP Rosevear <jpr@ximian.com> + * conduit/address-conduit.c (is_syncable): fix bug that allowed + for phone's not to be in priority order and the item to still be + syncable + + * conduit/address-conduit-config.h + (addrconduit_load_configuration): get management by id + +2001-10-29 JP Rosevear <jpr@ximian.com> + * conduit/address-conduit.c (is_syncable): a card also needs to have its phone nums in priority order to be "syncable" |