See ChangeLog

Monotone-Parent: bd604d08baed0cf7905c0c78a513a7e7a9621223
Monotone-Revision: 5cb63d3b6d43af52102d0fcf33a7587994776330

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-11-26T16:59:29
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-11-26 16:59:29 +00:00
parent 90f4187c98
commit 988df04587
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -109,7 +109,9 @@ static BOOL forwardEnabled = NO;
vacationOptions = [NSMutableDictionary dictionary];
[userDefaults setObject: vacationOptions forKey: @"Vacation"];
}
[vacationOptions retain];
}
if (forwardEnabled)
{
forwardOptions = [userDefaults objectForKey: @"Forward"];
@@ -118,6 +120,7 @@ static BOOL forwardEnabled = NO;
forwardOptions = [NSMutableDictionary dictionary];
[userDefaults setObject: forwardOptions forKey: @"Forward"];
}
[forwardOptions retain];
}
}
@@ -130,6 +133,8 @@ static BOOL forwardEnabled = NO;
[item release];
[user release];
[userDefaults release];
[vacationOptions release];
[forwardOptions release];
[hours release];
[daysOfWeek release];
[locale release];