Changeset 812

Show
Ignore:
Timestamp:
2008-02-29 22:54:35 (10 months ago)
Author:
MaierMan
Message:

Let FileHandling?.openFolder open folders for incomplete downloads.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/dta/manager/filehandling.js

    r763 r812  
    5151        }, 
    5252        openFolder: function() { 
    53                 for (d in this._uniqueList) { 
     53                for (d in Tree.selected) { 
    5454                        try { 
    55                                 OpenExternal.reveal(d.destinationFile); 
     55                                if (new FileFactory(d.destinationPath).exists()) { 
     56                                        OpenExternal.reveal(d.destinationFile); 
     57                                } 
    5658                        } 
    5759                        catch (ex) {