show a checkmark in the peer inspector for partial seeds and reflect that status in the tooltip

This commit is contained in:
Mitchell Livingston
2008-12-03 00:18:18 +00:00
parent b9b67ee2c2
commit 932815e400
4 changed files with 38 additions and 4 deletions

View File

@@ -27,6 +27,9 @@
@interface PeerProgressIndicatorCell : NSLevelIndicatorCell
{
NSDictionary * fAttributes;
BOOL fSeed;
}
- (void) setSeed: (BOOL) seed;
@end