From: Matthew Judy Date: Mon, 27 Jan 2003 12:09:33 +0000 (+0000) Subject: Testing syncmail X-Git-Tag: v0.1~64 X-Git-Url: http://git.ithinksw.org/ITKit.git/commitdiff_plain/f2c1fd30213c597d4899da550cf17ae934447b0f Testing syncmail --- diff --git a/ITStatusItem.m b/ITStatusItem.m index 725a044..31ff2e3 100755 --- a/ITStatusItem.m +++ b/ITStatusItem.m @@ -89,8 +89,6 @@ #pragma mark PRIVATE METHODS /*************************************************************************/ - - - (void)setSmallTitle:(NSString*)title { NSAttributedString *attrTitle = [[[NSAttributedString alloc] initWithString:title attributes:[NSDictionary dictionaryWithObject:[NSFont fontWithName:@"Lucida Grande" size:12.0] forKey:NSFontAttributeName]] autorelease]; [self setAttributedTitle:attrTitle];