save the groups right away when upgrading from an old archived version

This commit is contained in:
Mitchell Livingston 2008-12-24 18:50:57 +00:00
parent 1d51d28198
commit c9d6ddf244
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ GroupsController * fGroupsInstance = nil;
{
fGroups = [[NSUnarchiver unarchiveObjectWithData: data] retain];
[[NSUserDefaults standardUserDefaults] removeObjectForKey: @"Groups"];
[self saveGroups];
}
else
{