We really use the owner of the user's resource and not the current logged in user when getting the list of "web calendars"

Monotone-Parent: a133bab8f4c9ee8ea78123618542c4a2ecdc2fd4
Monotone-Revision: 40a85071e7335fa3da3361d43dbbf6cf13684342

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2009-10-02T12:50:09
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2009-10-02 12:50:09 +00:00
parent a72a55de90
commit dae82c8f22

View File

@@ -278,7 +278,9 @@
rc = nil;
us = [[context activeUser] userSettings];
us = [[SOGoUser userWithLogin: [self ownerInContext: nil]]
userDefaults];
tmp = [us objectForKey: @"Calendar"];
if (tmp)
{