#2794 Don't apply auto-grouping until torrent is demagnetized

This commit is contained in:
Mitchell Livingston
2012-10-30 00:22:10 +00:00
parent 7e2f344ff6
commit 1e0f36fda0
7 changed files with 91 additions and 36 deletions

View File

@@ -23,6 +23,7 @@
*****************************************************************************/
#import <Cocoa/Cocoa.h>
#import "Torrent.h"
@class Controller;
@class FileOutlineController;
@@ -52,6 +53,8 @@
NSInteger fGroupValue;
NSTimer * fTimer;
TorrentDeterminationType fGroupValueDetermination;
}
- (id) initWithTorrent: (Torrent *) torrent destination: (NSString *) path lockDestination: (BOOL) lockDestination