Changeset 910

Show
Ignore:
Timestamp:
2008-03-30 07:00:43 (2 years ago)
Author:
MaierMan
Message:

#655: "If filename already exist" feature does not recognize "For this session only" option

Files:

Legend:

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

    r904 r910  
    26182618                        return; 
    26192619                } 
    2620                 if (this._sessionSetting) { 
     2620                if ('_sessionSetting' in this) { 
    26212621                        this._return(this._sessionSetting); 
    26222622                        return;