Changeset 1041

Show
Ignore:
Timestamp:
2008-08-08 05:54:38 (5 months ago)
Author:
MaierMan
Message:

Fix: channel redirect didn't properly reset url

Files:

Legend:

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

    r1038 r1041  
    21592159                try { 
    21602160                        this._chan == newChannel; 
    2161                         this.url.url = newChannel.URI.spec
     2161                        this.url.url = newChannel.URI
    21622162                        this.d.fileName = this.url.usable.getUsableFileName(); 
    21632163                } 
    21642164                catch (ex) { 
    2165                         // no-op 
     2165                        Debug.log("Failed to reset data on channel redirect", ex); 
    21662166                } 
    21672167        },