Changeset 909

Show
Ignore:
Timestamp:
2008-03-30 06:58:15 (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
  • branches/1.0.x/chrome/content/dta/manager.js

    r868 r909  
    24282428                        return; 
    24292429                } 
    2430                 if (this._sessionSetting) { 
     2430                if ('_sessionSetting' in this) { 
    24312431                        this._return(this._sessionSetting); 
    24322432                        return;