aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-01-28 05:19:07 +0800
committerChris Toshok <toshok@src.gnome.org>2004-01-28 05:19:07 +0800
commiteb4fecb99453dc64a4339c9589f33a56adeb20d8 (patch)
tree3dec93b3ead375a41003e88caa376a1859e73c45 /addressbook/ChangeLog
parent96729a9fd1c06a0b68f774ea608a21fb05969c91 (diff)
downloadgsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.tar
gsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.tar.gz
gsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.tar.bz2
gsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.tar.lz
gsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.tar.xz
gsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.tar.zst
gsoc2013-evolution-eb4fecb99453dc64a4339c9589f33a56adeb20d8.zip
set the relative_uri of a local source to be its uid.
2004-01-27 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-config.c (dialog_to_source): set the relative_uri of a local source to be its uid. * gui/component/addressbook-migrate.c (migrate_contact_folder_to_source): remove the dest_group arg, since we don't use it. (migrate_contact_folder): set the relative uri of the source to be its uid. (PERSONAL_RELATIVE_URI): "Personal" -> "system". (create_groups): don't actually make the directory hierarchy for the personal folder here. let e-d-s do that. Also remove OnThisComputer from the base uri. (migrate_local_folders): track change to migrate_contact_folder_to_source. svn path=/trunk/; revision=24478
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 670a86743b..76646095e1 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,20 @@
+2004-01-27 Chris Toshok <toshok@ximian.com>
+
+ * gui/component/addressbook-config.c (dialog_to_source): set the
+ relative_uri of a local source to be its uid.
+
+ * gui/component/addressbook-migrate.c
+ (migrate_contact_folder_to_source): remove the dest_group arg,
+ since we don't use it.
+ (migrate_contact_folder): set the relative uri of the source to be
+ its uid.
+ (PERSONAL_RELATIVE_URI): "Personal" -> "system".
+ (create_groups): don't actually make the directory hierarchy for
+ the personal folder here. let e-d-s do that. Also remove
+ OnThisComputer from the base uri.
+ (migrate_local_folders): track change to
+ migrate_contact_folder_to_source.
+
2004-01-26 Chris Toshok <toshok@ximian.com>
[ Should fix #53361 and other migration problems/crashes ]