Fixed a possible crasher where an ITMultilineTextFieldCell is treated as
[ITKit.git] / ITStatusItem.m
index fcef033..31ff2e3 100755 (executable)
@@ -18,6 +18,7 @@
 - (NSStatusBarButton*)_button;
 @end
 
+
 /*************************************************************************/
 #pragma mark -
 #pragma mark PRIVATE METHOD DECLARATIONS
@@ -30,6 +31,7 @@
 - (void)setSmallTitle:(NSString*)title;
 @end
 
+
 @implementation ITStatusItem
 
 /*************************************************************************/
@@ -87,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];