Testing syncmail
authorMatthew Judy <mjudy@ithinksw.com>
Mon, 27 Jan 2003 12:09:33 +0000 (12:09 +0000)
committerMatthew Judy <mjudy@ithinksw.com>
Mon, 27 Jan 2003 12:09:33 +0000 (12:09 +0000)
ITStatusItem.m

index 725a044..31ff2e3 100755 (executable)
@@ -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];