aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-05-12 04:28:27 +0800
committerChris Lahey <clahey@src.gnome.org>2001-05-12 04:28:27 +0800
commit10387f75191a34848c5b4657aa1ba0efdc167ce3 (patch)
tree189fef0d1bbcd8d26d9b9b4eeea6dde29548fcf4 /addressbook/ChangeLog
parent8b6b6f01bf60cb59124f513f4b3c7c78db46233e (diff)
downloadgsoc2013-evolution-10387f75191a34848c5b4657aa1ba0efdc167ce3.tar
gsoc2013-evolution-10387f75191a34848c5b4657aa1ba0efdc167ce3.tar.gz
gsoc2013-evolution-10387f75191a34848c5b4657aa1ba0efdc167ce3.tar.bz2
gsoc2013-evolution-10387f75191a34848c5b4657aa1ba0efdc167ce3.tar.lz
gsoc2013-evolution-10387f75191a34848c5b4657aa1ba0efdc167ce3.tar.xz
gsoc2013-evolution-10387f75191a34848c5b4657aa1ba0efdc167ce3.tar.zst
gsoc2013-evolution-10387f75191a34848c5b4657aa1ba0efdc167ce3.zip
If the name is set and the full_name or file_as haven't been yet, set
2001-05-11 Christopher James Lahey <clahey@ximian.com> * backend/ebook/e-card.c (e_card_set_arg): If the name is set and the full_name or file_as haven't been yet, set them. svn path=/trunk/; revision=9770
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 8959f321cd..09103948ad 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,10 @@
2001-05-11 Christopher James Lahey <clahey@ximian.com>
+ * backend/ebook/e-card.c (e_card_set_arg): If the name is set and
+ the full_name or file_as haven't been yet, set them.
+
+2001-05-11 Christopher James Lahey <clahey@ximian.com>
+
* backend/pas/pas-backend-file.c: Reordered the includes here.
(string_to_dbt): The sleepycat libdb documentation suggests
memseting the DBT to 0 so we do that here.