Monotone-Parent: e0587f7d80066ef06ea3f50b61b4230be467d2ea

Monotone-Revision: 6e5fafa4081803891daf9eae40d90b0f8c4742b7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-10-26T00:17:44
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2006-10-26 00:17:44 +00:00
parent 619c86b884
commit 749c84de14

View file

@ -599,7 +599,7 @@
// NSLog (@"summary éàè: '%@'", title);
s = [component accessClass];
if (!s || [s isEqualToString:@"PUBLIC"])
if (!s || [s isEqualToString: @"PUBLIC"])
[self setIsPrivate:NO];
else
[self setIsPrivate:YES]; /* we're possibly loosing information here */