mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
See ChangeLog
Monotone-Parent: bed7078c0d71e62ad9f60d3fef4f7ca41808fa85 Monotone-Revision: 99ca451495fc28364e0d775f0a4b950f0df4164d Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-07-31T12:50:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* UIxCalMainView.m - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2006, 2007 Inverse inc.
|
||||
* Copyright (C) 2006-2009 Inverse inc.
|
||||
*
|
||||
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
*
|
||||
@@ -360,10 +360,12 @@ static BOOL shouldDisplayWeekend = NO;
|
||||
moduleSettings = [NSMutableDictionary dictionary];
|
||||
[ud setObject: moduleSettings forKey: module];
|
||||
}
|
||||
|
||||
[moduleSettings setObject: theView
|
||||
forKey: @"View"];
|
||||
[ud synchronize];
|
||||
if (![theView isEqualToString: (NSString*)[moduleSettings objectForKey: @"View"]])
|
||||
{
|
||||
[moduleSettings setObject: theView
|
||||
forKey: @"View"];
|
||||
[ud synchronize];
|
||||
}
|
||||
}
|
||||
|
||||
/* current day related */
|
||||
|
||||
Reference in New Issue
Block a user