From: Matthew Judy Date: Mon, 27 Jan 2003 12:05:12 +0000 (+0000) Subject: Good, now syncmail REALLY seems to work. X-Git-Tag: v0.1~65 X-Git-Url: http://git.ithinksw.org/ITKit.git/commitdiff_plain/eb6ad8341d6228cc56e23ff66ed931db4da04bc0 Good, now syncmail REALLY seems to work. --- diff --git a/ITStatusItem.m b/ITStatusItem.m index fcef033..725a044 100755 --- a/ITStatusItem.m +++ b/ITStatusItem.m @@ -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 /*************************************************************************/