Changeset 5601
- Timestamp:
- 06/10/08 15:53:22 (4 months ago)
- Files:
-
- WiredClient/trunk/WCDock.m (modified) (2 diffs)
- WiredClient/trunk/WCPreferences.m (modified) (2 diffs)
- WiredClient/trunk/WCPrivateChat.m (modified) (1 diff)
- WiredClient/trunk/WCTransfers.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCDock.m
r4974 r5601 684 684 685 685 686 - (NSDragOperation)tableView:(NSTableView *)tableView validateDrop:(id <NSDraggingInfo>)info proposedRow:(NSInteger)row proposedDropOperation:(NSTableViewDropOperation)operation {686 - (NSDragOperation)tableView:(NSTableView *)tableView validateDrop:(id <NSDraggingInfo>)info proposedRow:(NSInteger)row proposedDropOperation:(NSTableViewDropOperation)operation { 687 687 if(operation != NSTableViewDropAbove) 688 688 return NSDragOperationNone; … … 693 693 694 694 695 - (BOOL)tableView:(NSTableView *)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation {695 - (BOOL)tableView:(NSTableView *)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation { 696 696 NSPasteboard *pasteboard; 697 697 NSArray *types; WiredClient/trunk/WCPreferences.m
r5542 r5601 1607 1607 1608 1608 1609 - (NSDragOperation)tableView:(NSTableView *)tableView validateDrop:(id <NSDraggingInfo>)info proposedRow:(NSInteger)row proposedDropOperation:(NSTableViewDropOperation)operation{1609 - (NSDragOperation)tableView:(NSTableView *)tableView validateDrop:(id <NSDraggingInfo>)info proposedRow:(NSInteger)row proposedDropOperation:(NSTableViewDropOperation)operation{ 1610 1610 if(operation != NSTableViewDropAbove) 1611 1611 return NSDragOperationNone; … … 1616 1616 1617 1617 1618 - (BOOL)tableView:(NSTableView *)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation {1618 - (BOOL)tableView:(NSTableView *)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation { 1619 1619 NSMutableArray *dictionary; 1620 1620 NSPasteboard *pasteboard; WiredClient/trunk/WCPrivateChat.m
r5249 r5601 208 208 209 209 210 - (BOOL)tableView:(NSTableView *)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation {210 - (BOOL)tableView:(NSTableView *)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation { 211 211 NSPasteboard *pasteboard; 212 212 NSData *data; WiredClient/trunk/WCTransfers.m
r5597 r5601 1721 1721 1722 1722 1723 - (BOOL)tableView:(NSTableView *)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation {1723 - (BOOL)tableView:(NSTableView *)tableView acceptDrop:(id <NSDraggingInfo>)info row:(NSInteger)row dropOperation:(NSTableViewDropOperation)operation { 1724 1724 NSPasteboard *pasteboard; 1725 1725 NSArray *types;
