#4420 The StatusBar updates itself a bit too much

This commit is contained in:
Mitchell Livingston
2011-08-15 00:17:18 +00:00
parent fbfae34837
commit 0e7875848a
2 changed files with 21 additions and 4 deletions

View File

@@ -33,6 +33,8 @@
IBOutlet NSImageView * fTotalDLImageView;
tr_session * fLib;
CGFloat fPreviousDownloadRate, fPreviousUploadRate;
}
- (id) initWithLib: (tr_session *) lib;