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:
Mitchell Livingston
2008-04-25 22:23:31 +00:00
parent 35482e453f
commit 0e96185a93
5 changed files with 51 additions and 30 deletions

View File

@@ -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];