Changeset 1041
- Timestamp:
- 2008-08-08 05:54:38 (5 months ago)
- Files:
-
- trunk/chrome/content/dta/manager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager.js
r1038 r1041 2159 2159 try { 2160 2160 this._chan == newChannel; 2161 this.url.url = newChannel.URI .spec;2161 this.url.url = newChannel.URI; 2162 2162 this.d.fileName = this.url.usable.getUsableFileName(); 2163 2163 } 2164 2164 catch (ex) { 2165 // no-op2165 Debug.log("Failed to reset data on channel redirect", ex); 2166 2166 } 2167 2167 },
