SkyInlineAptDataSourceView.m (opengroupware-5.5rc2) | : | SkyInlineAptDataSourceView.m (opengroupware-5.5rc3) | ||
---|---|---|---|---|
skipping to change at line 582 | skipping to change at line 582 | |||
} | } | |||
- (void)setBrowserDateInMonth:(BOOL)_flag { | - (void)setBrowserDateInMonth:(BOOL)_flag { | |||
self->browserDateInMonth = _flag; | self->browserDateInMonth = _flag; | |||
} | } | |||
- (BOOL)browserDateInMonth { | - (BOOL)browserDateInMonth { | |||
return self->browserDateInMonth; | return self->browserDateInMonth; | |||
} | } | |||
- (NSString *)browserDayLabel { | - (NSString *)browserDayLabel { | |||
return [NSString stringWithFormat:@"%i", [self->browserDate dayOfMonth]]; | return [NSString stringWithFormat:@"%"PRIiPTR, [self->browserDate dayOfMonth]] ; | |||
} | } | |||
- (NSString *)browserFontColor { | - (NSString *)browserFontColor { | |||
// TODO: use CSS | // TODO: use CSS | |||
if (!self->browserDateInMonth) | if (!self->browserDateInMonth) | |||
return @"#555555"; | return @"#555555"; | |||
return @"#000000"; | return @"#000000"; | |||
} | } | |||
/* date cell support */ | /* date cell support */ | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |