aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2001-01-26 03:05:22 +0800
committerChris Lahey <clahey@src.gnome.org>2001-01-26 03:05:22 +0800
commitbf762467c8703006c96d4698b558a7af6d14262b (patch)
tree05372cbceb4d68f2d77922b5d5609f092ae34d2b /addressbook/ChangeLog
parent191c0c006ac3885234033e2ddaf14c6a3679ef9e (diff)
downloadgsoc2013-evolution-bf762467c8703006c96d4698b558a7af6d14262b.tar
gsoc2013-evolution-bf762467c8703006c96d4698b558a7af6d14262b.tar.gz
gsoc2013-evolution-bf762467c8703006c96d4698b558a7af6d14262b.tar.bz2
gsoc2013-evolution-bf762467c8703006c96d4698b558a7af6d14262b.tar.lz
gsoc2013-evolution-bf762467c8703006c96d4698b558a7af6d14262b.tar.xz
gsoc2013-evolution-bf762467c8703006c96d4698b558a7af6d14262b.tar.zst
gsoc2013-evolution-bf762467c8703006c96d4698b558a7af6d14262b.zip
Made this only add the initial VCard if it finds a file "create-initial"
2001-01-25 Christopher James Lahey <clahey@helixcode.com> * backend/pas/pas-backend-file.c (pas_backend_file_load_uri): Made this only add the initial VCard if it finds a file "create-initial" in the directory it's creating the database in. * gui/component/addressbook-component.c (factory_fn): Added a create_folder function. * gui/search/e-addressbook-search-dialog.c (e_addressbook_search_dialog_init): Fixed an unused variable warning. svn path=/trunk/; revision=7816
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 6b26a56023..c6d5a8bd00 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,18 @@
2001-01-25 Christopher James Lahey <clahey@helixcode.com>
+ * backend/pas/pas-backend-file.c (pas_backend_file_load_uri): Made
+ this only add the initial VCard if it finds a file
+ "create-initial" in the directory it's creating the database in.
+
+ * gui/component/addressbook-component.c (factory_fn): Added a
+ create_folder function.
+
+ * gui/search/e-addressbook-search-dialog.c
+ (e_addressbook_search_dialog_init): Fixed an unused variable
+ warning.
+
+2001-01-25 Christopher James Lahey <clahey@helixcode.com>
+
* gui/widgets/e-addressbook-view.c
(e_addressbook_view_setup_menus): Setup the view collection
properly and handle the "display_view" signal.