diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-04-28 02:54:36 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-04-28 02:54:36 +0800 |
commit | 319063bd03c95cfcced8dbeb6d755859d4490c36 (patch) | |
tree | 45aa52eac3ba6cb653a6467f30a24379148431a1 /calendar/ChangeLog | |
parent | 342bde963e6a4e29ddb6d9f288a521391daf0fd3 (diff) | |
download | gsoc2013-evolution-319063bd03c95cfcced8dbeb6d755859d4490c36.tar gsoc2013-evolution-319063bd03c95cfcced8dbeb6d755859d4490c36.tar.gz gsoc2013-evolution-319063bd03c95cfcced8dbeb6d755859d4490c36.tar.bz2 gsoc2013-evolution-319063bd03c95cfcced8dbeb6d755859d4490c36.tar.lz gsoc2013-evolution-319063bd03c95cfcced8dbeb6d755859d4490c36.tar.xz gsoc2013-evolution-319063bd03c95cfcced8dbeb6d755859d4490c36.tar.zst gsoc2013-evolution-319063bd03c95cfcced8dbeb6d755859d4490c36.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 :-)
svn path=/trunk/; revision=25638
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7bb546ce3d..c58cc0c5eb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +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 :-) + 2004-04-27 Kidd Wang <kidd.wang@sun.com> * gui/e-cal-model-tasks.c: (ecmt_set_value_at): compare the start |