aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2004-04-22 04:46:09 +0800
committerChris Toshok <toshok@src.gnome.org>2004-04-22 04:46:09 +0800
commit4cb6f19cf30847b9059a13980a15e56a3ffe6d0e (patch)
tree788ff64cfe28dd099406e8c916b7ca39a9ca9c72 /addressbook/ChangeLog
parentfa40c443641bc748bbf8edc4d9f9c5208095dc1c (diff)
downloadgsoc2013-evolution-4cb6f19cf30847b9059a13980a15e56a3ffe6d0e.tar
gsoc2013-evolution-4cb6f19cf30847b9059a13980a15e56a3ffe6d0e.tar.gz
gsoc2013-evolution-4cb6f19cf30847b9059a13980a15e56a3ffe6d0e.tar.bz2
gsoc2013-evolution-4cb6f19cf30847b9059a13980a15e56a3ffe6d0e.tar.lz
gsoc2013-evolution-4cb6f19cf30847b9059a13980a15e56a3ffe6d0e.tar.xz
gsoc2013-evolution-4cb6f19cf30847b9059a13980a15e56a3ffe6d0e.tar.zst
gsoc2013-evolution-4cb6f19cf30847b9059a13980a15e56a3ffe6d0e.zip
store off the label as well as the folder name label, so we can reuse the
2004-04-21 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-migrate.c (setup_progress_dialog): store off the label as well as the folder name label, so we can reuse the dialog and update the label. Also, no longer take the string to display here. (dialog_set_label): new function. (migrate_contact_lists_for_local_folders): call dialog_set_folder_name here so we can see the folder being migrated. (migrate_company_phone_for_local_folders): new function for updating the way we store company phone numbers. (addressbook_migrate): split out the logic for setting up/tearing down the dialog from the individual migration points so we can reuse the same dialog and not have get destroyed/recreated for each stage. Also add a new migration point ( <= 1.5.8) for migrating the company phone numbers. svn path=/trunk/; revision=25567
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 3acec61928..bbf9309b03 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,21 @@
+2004-04-21 Chris Toshok <toshok@ximian.com>
+
+ * gui/component/addressbook-migrate.c (setup_progress_dialog):
+ store off the label as well as the folder name label, so we can
+ reuse the dialog and update the label. Also, no longer take the
+ string to display here.
+ (dialog_set_label): new function.
+ (migrate_contact_lists_for_local_folders): call
+ dialog_set_folder_name here so we can see the folder being
+ migrated.
+ (migrate_company_phone_for_local_folders): new function for
+ updating the way we store company phone numbers.
+ (addressbook_migrate): split out the logic for setting up/tearing
+ down the dialog from the individual migration points so we can
+ reuse the same dialog and not have get destroyed/recreated for
+ each stage. Also add a new migration point ( <= 1.5.8) for
+ migrating the company phone numbers.
+
2004-04-21 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/component/addressbook.c (remove_parameters_from_uri) : added