On Wed, Apr 25, 2007 at 06:34:21AM -0000, getaceres wrote:
> I tried commenting
> 
> if (aLocalFile.isExecutable() && !this.mLauncher.targetFile.isExecutable()) {
>         var f = aLocalFile.clone();
>         aLocalFile.leafName = aLocalFile.leafName + "." + 
> this.mLauncher.MIMEInfo.primaryExtension;
> 
>         f.remove(false);
>         this.makeFileUnique(aLocalFile);
> }
> 
> and it works. Now I can download files to my FAT32 partition but I don't
> know what side-effects this could have
> 

If you want to help, please make it platform dependent, e.g. by
surrending it with

#ifndef XP_UNIX
...
#endif


and attach the diff so i can include this and push this to vanilla fox
as well.

Thanks,

 - Alexander

-- 
MASTER Firefox 2 can't save to fat32/ntfs partitions (e.g. usb memory stick) - 
results in empty file
https://bugs.launchpad.net/bugs/65164
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to