aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/addressbook-migrate.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index f14b1b0e15..7c7d2d4df2 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,10 @@
2004-04-09 Chris Toshok <toshok@ximian.com>
+ * gui/component/addressbook-migrate.c (addressbook_migrate): bump
+ version required to 8 for the contact list migration foo.
+
+2004-04-09 Chris Toshok <toshok@ximian.com>
+
* gui/component/addressbook-component.c
(selector_tree_drag_motion): pass GDK_CURRENT_TIME instead of a
function pointer to "time" to gdk_drag_status. not sure if this
diff --git a/addressbook/gui/component/addressbook-migrate.c b/addressbook/gui/component/addressbook-migrate.c
index 7c81a91d17..808342922a 100644
--- a/addressbook/gui/component/addressbook-migrate.c
+++ b/addressbook/gui/component/addressbook-migrate.c
@@ -864,7 +864,7 @@ addressbook_migrate (AddressbookComponent *component, int major, int minor, int
dialog_close (context);
}
- if (minor <= 5 || (minor == 5 && revision <= 6)) {
+ if (minor <= 5 || (minor == 5 && revision <= 7)) {
setup_progress_dialog (context,
_("The format of mailing list contacts has changed.\n\n"
"Please be patient while Evolution migrates your "