Changeset 812
- Timestamp:
- 2008-02-29 22:54:35 (10 months ago)
- Files:
-
- trunk/chrome/content/dta/manager/filehandling.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager/filehandling.js
r763 r812 51 51 }, 52 52 openFolder: function() { 53 for (d in this._uniqueList) {53 for (d in Tree.selected) { 54 54 try { 55 OpenExternal.reveal(d.destinationFile); 55 if (new FileFactory(d.destinationPath).exists()) { 56 OpenExternal.reveal(d.destinationFile); 57 } 56 58 } 57 59 catch (ex) {
