bump version required to 8 for the contact list migration foo.
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. svn path=/trunk/; revision=25401
This commit is contained in:
committed by
Chris Toshok
parent
173ec4ea29
commit
204aeef86c
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
||||
@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user