aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@m198-139.dsl.rawbw.com>2004-01-30 03:07:34 +0800
committerChris Toshok <toshok@src.gnome.org>2004-01-30 03:07:34 +0800
commit508cff9c057a40f40d882d58dc165645825f4204 (patch)
treea1e96c4dd7b453190aecb032cf94643793a9f5ad /addressbook/ChangeLog
parenta5882916c8763588713fdd23ece8261cee43c3ec (diff)
downloadgsoc2013-evolution-508cff9c057a40f40d882d58dc165645825f4204.tar
gsoc2013-evolution-508cff9c057a40f40d882d58dc165645825f4204.tar.gz
gsoc2013-evolution-508cff9c057a40f40d882d58dc165645825f4204.tar.bz2
gsoc2013-evolution-508cff9c057a40f40d882d58dc165645825f4204.tar.lz
gsoc2013-evolution-508cff9c057a40f40d882d58dc165645825f4204.tar.xz
gsoc2013-evolution-508cff9c057a40f40d882d58dc165645825f4204.tar.zst
gsoc2013-evolution-508cff9c057a40f40d882d58dc165645825f4204.zip
use the MigrationContext struct. (dialog_close): same.
2004-01-29 Chris Toshok <toshok@m198-139.dsl.rawbw.com> * gui/component/addressbook-migrate.c (setup_progress_dialog): use the MigrationContext struct. (dialog_close): same. (dialog_set_folder_name): same. (dialog_set_progress): same. (migrate_contacts): same, and pass it along to other functions. (migrate_contact_folder_to_source): same. (migrate_contact_folder): same. also, add the old path/uid to the folder_uid_map. (migrate_local_folders): same. (create_groups): use the MigrationContext struct. (migrate_completion_folders): if it's a file uri, look up the old path in our hash table for a uid to use. otherwise use the old behavior. (migration_context_new): new function, initialize the MigrationContext. (migration_context_free): free up everything. (addressbook_migrate): create the context, pass it to everything, destroy the context, shine toshok's shoes, etc. svn path=/trunk/; revision=24524
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 7fe313da48..7a44793d8e 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,25 @@
+2004-01-29 Chris Toshok <toshok@m198-139.dsl.rawbw.com>
+
+ * gui/component/addressbook-migrate.c (setup_progress_dialog): use
+ the MigrationContext struct.
+ (dialog_close): same.
+ (dialog_set_folder_name): same.
+ (dialog_set_progress): same.
+ (migrate_contacts): same, and pass it along to other functions.
+ (migrate_contact_folder_to_source): same.
+ (migrate_contact_folder): same. also, add the old path/uid to the
+ folder_uid_map.
+ (migrate_local_folders): same.
+ (create_groups): use the MigrationContext struct.
+ (migrate_completion_folders): if it's a file uri, look up the old
+ path in our hash table for a uid to use. otherwise use the old
+ behavior.
+ (migration_context_new): new function, initialize the
+ MigrationContext.
+ (migration_context_free): free up everything.
+ (addressbook_migrate): create the context, pass it to everything,
+ destroy the context, shine toshok's shoes, etc.
+
2004-01-29 Radek Doulik <rodo@ximian.com>
* gui/component/addressbook-config.c (dialog_to_temp_source): set