diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-08 08:14:42 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-08 08:14:42 +0800 |
commit | 0a022753895f05235cbcddef223923a15b0d4b4f (patch) | |
tree | 87d809dac94748dc7e69657d9d0de68418874999 /addressbook/ChangeLog | |
parent | 4a74b1ff15ca5cbc175c8fb98839960f1af494fb (diff) | |
download | gsoc2013-evolution-0a022753895f05235cbcddef223923a15b0d4b4f.tar gsoc2013-evolution-0a022753895f05235cbcddef223923a15b0d4b4f.tar.gz gsoc2013-evolution-0a022753895f05235cbcddef223923a15b0d4b4f.tar.bz2 gsoc2013-evolution-0a022753895f05235cbcddef223923a15b0d4b4f.tar.lz gsoc2013-evolution-0a022753895f05235cbcddef223923a15b0d4b4f.tar.xz gsoc2013-evolution-0a022753895f05235cbcddef223923a15b0d4b4f.tar.zst gsoc2013-evolution-0a022753895f05235cbcddef223923a15b0d4b4f.zip |
Pass "" rather than NULL to e_card_new. (local_record_from_ecard): Make
2000-12-07 JP Rosevear <jpr@helixcode.com>
* conduit/address-conduit.c (local_record_from_uid): Pass "" rather
than NULL to e_card_new.
(local_record_from_ecard): Make sure ecard->name is valid
(check_for_slow_setting): Remove hard coded test value
(card_added): g_strdup the resul of e_card_get_id
(card_changed): ditto
svn path=/trunk/; revision=6859
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 2fc7f53605..5c5e212db0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,12 @@ +2000-12-07 JP Rosevear <jpr@helixcode.com> + + * conduit/address-conduit.c (local_record_from_uid): Pass "" rather + than NULL to e_card_new. + (local_record_from_ecard): Make sure ecard->name is valid + (check_for_slow_setting): Remove hard coded test value + (card_added): g_strdup the resul of e_card_get_id + (card_changed): ditto + 2000-12-07 Christopher James Lahey <clahey@helixcode.com> * gui/widgets/e-addressbook-view.c: Got rid of code referencing |