[Cyberduck-trac] [Cyberduck] #1244: Leopard: Saving file in external editor doesn't cause upload

Cyberduck trac at trac.cyberduck.ch
Sun Oct 28 23:09:33 CET 2007


#1244: Leopard: Saving file in external editor doesn't cause upload
---------------------+------------------------------------------------------
 Reporter:  danwood  |        Owner:  dkocher 
     Type:  defect   |       Status:  assigned
 Priority:  high     |    Milestone:  2.8.1   
Component:  core     |      Version:  2.8     
 Severity:  normal   |   Resolution:          
 Keywords:  leopard  |  
---------------------+------------------------------------------------------
Comment (by GREENSKiN):

 Patch!


 {{{
 \214c214
 <                       [_filesBeingEdited setObject: dictionary forKey:
 [fileName stringByResolvingSymlinksInPath]];
 ---
 >                       [_filesBeingEdited setObject: dictionary forKey:
 fileName];
 233c233
 <       dictionary = [_filesBeingEdited objectForKey: [fileName
 stringByResolvingSymlinksInPath]];
 ---
 >       dictionary = [_filesBeingEdited objectForKey: fileName];
 254c254
 <       dictionary = [_filesBeingEdited objectForKey: [fileName
 stringByResolvingSymlinksInPath]];
 ---
 >       dictionary = [_filesBeingEdited objectForKey: fileName];
 }}}

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/1244#comment:9>
Cyberduck <http://cyberduck.ch>
FTP and SFTP Browser for Mac OS X.


More information about the Cyberduck-trac mailing list