Changeset 1742

Show
Ignore:
Timestamp:
2010-02-13 03:07:24 (6 months ago)
Author:
MaierMan
Message:

#1365: Full Integration of DTA in the Private Browsing Mode of FF3.5
fix regression in close fast-path

Files:

Legend:

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

    r1741 r1742  
    883883                if (!this._initialized) { 
    884884                        Debug.logString("not initialized. Going down immediately!"); 
     885                        callback.call(this); 
    885886                        return true; 
    886887                }