mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
when unchecking all files in the add dialog window, don't do finished events
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user