mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Partial use of bindings in prefs/action menu. This is still experimental and evolving, with the most obvious problem that entering an invalid value causes an annoying error sheet to appear.
This commit is contained in:
@@ -557,12 +557,14 @@
|
||||
|
||||
- (void) revealTorrentFile: (id) sender
|
||||
{
|
||||
[[fTorrents objectAtIndex: 0] revealPublicTorrent];
|
||||
if ([fTorrents count] > 0)
|
||||
[[fTorrents objectAtIndex: 0] revealPublicTorrent];
|
||||
}
|
||||
|
||||
- (void) revealDataFile: (id) sender
|
||||
{
|
||||
[[fTorrents objectAtIndex: 0] revealData];
|
||||
if ([fTorrents count] > 0)
|
||||
[[fTorrents objectAtIndex: 0] revealData];
|
||||
}
|
||||
|
||||
- (void) revealFile: (id) sender
|
||||
|
||||
Reference in New Issue
Block a user