Monotone-Parent: e7ec0a46f57a1b5c7e5866aed9a41bc46905616f

Monotone-Revision: afc4594b09285c6c59dbdd9ba466cdfe352a1366

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-09-06T22:11:59
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-09-06 22:11:59 +00:00
parent 2123cf8cd4
commit 61dbf51914
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ static BOOL debugObjectAllocation = NO;
/* SoClass security declarations */
sInfo = [self soClassSecurityInfo];
/* require View permission to access the root (bound to authenticated ...) */
[sInfo declareObjectProtected: SoPerm_View];
// [sInfo declareObjectProtected: SoPerm_View];
/* to allow public access to all contained objects (subkeys) */
[sInfo setDefaultAccess: @"allow"];