aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-04-28 04:14:37 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-04-28 04:14:37 +0800
commit4cbd8086782526f61d335c2b5ea767b5f997566e (patch)
treeaaf759a85d077adf36ce64f8baabb18a950880fe /calendar/ChangeLog
parent21bf9d7a5563d5274554496f855d6ec154da3c89 (diff)
downloadgsoc2013-evolution-4cbd8086782526f61d335c2b5ea767b5f997566e.tar
gsoc2013-evolution-4cbd8086782526f61d335c2b5ea767b5f997566e.tar.gz
gsoc2013-evolution-4cbd8086782526f61d335c2b5ea767b5f997566e.tar.bz2
gsoc2013-evolution-4cbd8086782526f61d335c2b5ea767b5f997566e.tar.lz
gsoc2013-evolution-4cbd8086782526f61d335c2b5ea767b5f997566e.tar.xz
gsoc2013-evolution-4cbd8086782526f61d335c2b5ea767b5f997566e.tar.zst
gsoc2013-evolution-4cbd8086782526f61d335c2b5ea767b5f997566e.zip
Fixed the version checks for migrating pilot data. (migrate_calendars):
2004-04-27 Jeffrey Stedfast <fejj@ximian.com> * gui/migration.c (migrate_tasks): Fixed the version checks for migrating pilot data. (migrate_calendars): Same. (migrate_pilot_data): Doh. Take a third argument to specify what component we are migrating ("todo" vs "calendar") so that we can compare against the correct filename. Might help :-) (migrate_pilot_db_key): Just set an empty value for the data since there's no way to actually get it and I don't think it really matters anyway. svn path=/trunk/; revision=25642
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index c58cc0c5eb..11ee22d3eb 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -6,6 +6,9 @@
(migrate_pilot_data): Doh. Take a third argument to specify what
component we are migrating ("todo" vs "calendar") so that we can
compare against the correct filename. Might help :-)
+ (migrate_pilot_db_key): Just set an empty value for the data since
+ there's no way to actually get it and I don't think it really
+ matters anyway.
2004-04-27 Kidd Wang <kidd.wang@sun.com>