when unchecking all files in the add dialog window, don't do finished events

This commit is contained in:
Mitchell Livingston
2008-04-14 00:05:16 +00:00
parent 4843187f6c
commit 612e7221a9
2 changed files with 48 additions and 48 deletions

View File

@@ -194,6 +194,7 @@ typedef enum
- (void) torrentFinishedDownloading: (NSNotification *) notification;
- (void) torrentRestartedDownloading: (NSNotification *) notification;
- (void) torrentStoppedForRatio: (NSNotification *) notification;
- (void) updateTorrentHistory;
@@ -227,8 +228,6 @@ typedef enum
- (void) setRatioGlobalEnabled: (id) sender;
- (void) setQuickRatioGlobal: (id) sender;
- (void) torrentStoppedForRatio: (NSNotification *) notification;
- (void) changeAutoImport;
- (void) checkAutoImportDirectory;