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:
Francis Lachapelle
2009-07-31 12:50:46 +00:00
parent 26451dc992
commit 49d7927566
2 changed files with 12 additions and 5 deletions
+7 -5
View File
@@ -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 */