From 61dbf519148e7c540a99c54812ff9d73e4f45da1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 6 Sep 2007 22:11:59 +0000 Subject: [PATCH] Monotone-Parent: e7ec0a46f57a1b5c7e5866aed9a41bc46905616f Monotone-Revision: afc4594b09285c6c59dbdd9ba466cdfe352a1366 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-06T22:11:59 Monotone-Branch: ca.inverse.sogo --- Main/SOGo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main/SOGo.m b/Main/SOGo.m index dc5065f7e..3bc17f590 100644 --- a/Main/SOGo.m +++ b/Main/SOGo.m @@ -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"];