diff --git a/UI/Scheduler/UIxComponentEditor.m b/UI/Scheduler/UIxComponentEditor.m index bd0a7a320..26ac65d36 100644 --- a/UI/Scheduler/UIxComponentEditor.m +++ b/UI/Scheduler/UIxComponentEditor.m @@ -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 */