Good, now syncmail REALLY seems to work.
[ITKit.git] / ITStatusItem.m
index d0bcb9f..725a044 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
 
 /*************************************************************************/
@@ -94,4 +96,5 @@
     [self setAttributedTitle:attrTitle];
 }
 
+
 @end