diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-10-15 23:53:04 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-10-15 23:53:04 +0800 |
commit | dd9e32194809779c4397394b277d31e0b2aa0e1c (patch) | |
tree | 6fb662dc28e40e8f995dd08a733cc5091527f102 /addressbook/ChangeLog | |
parent | 40ee8894e9bd85cac5b311472481fd8b56de9fec (diff) | |
download | gsoc2013-evolution-dd9e32194809779c4397394b277d31e0b2aa0e1c.tar gsoc2013-evolution-dd9e32194809779c4397394b277d31e0b2aa0e1c.tar.gz gsoc2013-evolution-dd9e32194809779c4397394b277d31e0b2aa0e1c.tar.bz2 gsoc2013-evolution-dd9e32194809779c4397394b277d31e0b2aa0e1c.tar.lz gsoc2013-evolution-dd9e32194809779c4397394b277d31e0b2aa0e1c.tar.xz gsoc2013-evolution-dd9e32194809779c4397394b277d31e0b2aa0e1c.tar.zst gsoc2013-evolution-dd9e32194809779c4397394b277d31e0b2aa0e1c.zip |
Properly decide whether a property needs to be marked as QP by searching
2001-10-15 Christopher James Lahey <clahey@ximian.com>
* backend/ebook/e-card.c (addPropValueQP, addPropValueSets,
e_card_get_vobject): Properly decide whether a property needs to
be marked as QP by searching for '\n'. Fixes Ximian bug #3021.
svn path=/trunk/; revision=13675
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 da799615e8..815284871e 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,11 @@ 2001-10-15 Christopher James Lahey <clahey@ximian.com> + * backend/ebook/e-card.c (addPropValueQP, addPropValueSets, + e_card_get_vobject): Properly decide whether a property needs to + be marked as QP by searching for '\n'. Fixes Ximian bug #3021. + +2001-10-15 Christopher James Lahey <clahey@ximian.com> + * gui/contact-editor/e-contact-save-as.c (e_contact_save_as, e_contact_list_save_as): Set the default file name here. Fixes Ximian bug #7053. |