Changeset 1301
- Timestamp:
- 05/22/04 10:06:45 (5 years ago)
- Files:
-
- WiredClient/trunk/WCFiles.m (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
WiredClient/trunk/WCFiles.m
r1298 r1301 1 /* $Id: WCFiles.m,v 1.3 2 2004/05/22 02:18:09morris Exp $ */1 /* $Id: WCFiles.m,v 1.33 2004/05/22 08:06:45 morris Exp $ */ 2 2 3 3 /* … … 398 398 while((path = [enumerator nextObject])) 399 399 [[_connection transfers] upload:path withDestination:_path]; 400 401 [[_connection transfers] showWindow:self]; 400 402 } 401 403 } … … 459 461 460 462 while((file = [enumerator nextObject])) { 461 if([[file path] compare:_selectPath options:NSCaseInsensitiveSearch] <= 0) {463 if([[file path] compare:_selectPath options:NSCaseInsensitiveSearch] <= 0) 462 464 row = i; 463 }464 465 465 466 i++; … … 1183 1184 [[_connection transfers] upload:path withDestination:destination]; 1184 1185 1186 [[_connection transfers] showWindow:self]; 1187 1185 1188 return YES; 1186 1189 }
