aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2004-07-14 04:47:27 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-07-14 04:47:27 +0800
commit4fd6c59d453fd305aef077cff76fee715a44a7a7 (patch)
tree3fcdd1a3fc01b194d2adbf8d0240320934f1800e /addressbook/ChangeLog
parent2c164b4b0e1c6d7fbc9349d6826a676f29df6fa2 (diff)
downloadgsoc2013-evolution-4fd6c59d453fd305aef077cff76fee715a44a7a7.tar
gsoc2013-evolution-4fd6c59d453fd305aef077cff76fee715a44a7a7.tar.gz
gsoc2013-evolution-4fd6c59d453fd305aef077cff76fee715a44a7a7.tar.bz2
gsoc2013-evolution-4fd6c59d453fd305aef077cff76fee715a44a7a7.tar.lz
gsoc2013-evolution-4fd6c59d453fd305aef077cff76fee715a44a7a7.tar.xz
gsoc2013-evolution-4fd6c59d453fd305aef077cff76fee715a44a7a7.tar.zst
gsoc2013-evolution-4fd6c59d453fd305aef077cff76fee715a44a7a7.zip
[ fixes #56657 ]
2004-07-13 Rodney Dawes <dobey@novell.com> [ fixes #56657 ] * gui/component/addressbook-migrate.c (get_source_by_uri): Replace this call with get_source_by_name () (migrate_completion_folders): Fix the non-local folder migration to look up sources for the migrated folders based on name, instead of using the URI svn path=/trunk/; revision=26643
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 316709a5d1..4fff5379ae 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,13 @@
+2004-07-13 Rodney Dawes <dobey@novell.com>
+
+ [ fixes #56657 ]
+
+ * gui/component/addressbook-migrate.c (get_source_by_uri):
+ Replace this call with get_source_by_name ()
+ (migrate_completion_folders): Fix the non-local folder migration
+ to look up sources for the migrated folders based on name, instead
+ of using the URI
+
2004-07-12 Chris Toshok <toshok@ximian.com>
[ fixes #61299 ]