mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-05 23:26:24 +00:00
6
NEWS
6
NEWS
@@ -1,3 +1,9 @@
|
||||
2.2.3 (2014-MM-DD)
|
||||
------------------
|
||||
|
||||
Bug fixes
|
||||
- fixed possible exception when retrieving the default event reminder value on 64bit architectures (#2678)
|
||||
|
||||
2.2.2 (2014-03-21)
|
||||
------------------
|
||||
|
||||
|
||||
@@ -551,7 +551,7 @@ static NSArray *reminderValues = nil;
|
||||
- (void) setReminder: (NSString *) theReminder
|
||||
{
|
||||
NSString *value;
|
||||
int index;
|
||||
NSUInteger index;
|
||||
|
||||
index = NSNotFound;
|
||||
value = @"NONE";
|
||||
|
||||
Reference in New Issue
Block a user