NSImage * fDockIcon, * fBadge;
- NSDictionary * fAttributes;
- int fCompleted, fCompletedBadged;
- BOOL fSpeedBadge;
+ int fCompleted;
- BOOL fQuittingTiger;
+ //tiger-only fields
+ NSDictionary * fAttributes;
+ int fCompletedBadged;
+ BOOL fSpeedBadge, fQuittingTiger;
}
- (id) initWithLib: (tr_handle *) lib;
{
[[NSNotificationCenter defaultCenter] removeObserver: self];
- [NSApp setApplicationIconImage: nil]; //needed on 10.4
+ if (![NSApp isOnLeopardOrBetter])
+ [NSApp setApplicationIconImage: nil]; //needed on 10.4
[fDockIcon release];
[fAttributes release];
}
}
-#warning see if it now quits fast enough to not need this?
- (void) setQuitting
{
if ([NSApp isOnLeopardOrBetter])