make consecutive move sheets show correctly

This commit is contained in:
Mitchell Livingston
2007-05-09 14:52:52 +00:00
parent a3ca76cced
commit 8f918ad819
6 changed files with 68 additions and 54 deletions

View File

@@ -134,11 +134,10 @@
- (void) removeDeleteDataAndTorrent: (id) sender;
- (void) moveDataFiles: (id) sender;
- (void) moveDataFileForTorrents: (NSMutableArray *) torrents;
- (void) copyTorrentFile: (id) sender;
- (void) copyTorrentFiles: (id) sender;
- (void) copyTorrentFileForTorrents: (NSMutableArray *) torrents;
- (void) saveTorrentCopySheetClosed: (NSSavePanel *) panel returnCode: (int) code
contextInfo: (NSMutableArray *) torrents;
- (void) revealFile: (id) sender;