mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
the torrent url sheet will now disable the open button when there is no text; cleanup to the sleep code
This commit is contained in:
@@ -140,7 +140,7 @@ GroupsWindowController * fGroupsWindowInstance = nil;
|
||||
return NSDragOperationNone;
|
||||
}
|
||||
|
||||
- (BOOL) tableView: (NSTableView *) t acceptDrop: (id <NSDraggingInfo>) info row: (int) newRow
|
||||
- (BOOL) tableView: (NSTableView *) tableView acceptDrop: (id <NSDraggingInfo>) info row: (int) newRow
|
||||
dropOperation: (NSTableViewDropOperation) operation
|
||||
{
|
||||
NSPasteboard * pasteboard = [info draggingPasteboard];
|
||||
|
||||
Reference in New Issue
Block a user