Changeset 891

Show
Ignore:
Timestamp:
2008-03-15 00:13:37 (10 months ago)
Author:
MaierMan
Message:

#623: Sliced download window with dTa and Firefox 3b5
Finally fixed https://bugzilla.mozilla.org/show_bug.cgi?id=371508

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0.x/chrome/content/integration/saveas.js

    r801 r891  
    5252                } 
    5353                if (doRevert) { 
    54                         // revert mofo bug #315536 
    55                         // https://bugzilla.mozilla.org/show_bug.cgi?id=315536 
    56                         window.setTimeout( 
    57                                 function() { 
    58                                         DTA_SaveAs.revertUI(); 
    59                                 }, 
    60                                 0 
    61                         ); 
     54                        this.revertUI(); 
    6255                } 
    6356                 
     
    143136                document.getElementById('basicBox').collapsed = true; 
    144137                document.getElementById('normalBox').collapsed = false; 
    145                 this.sizeToContent(); 
    146138                 
    147139                // take care of FlashGot... for now. 
     
    152144                } 
    153145                catch (ex) { 
    154                         this.sizeToContent(); 
    155                 }                
     146                        // no op 
     147                } 
     148                this.sizeToContent(); 
     149                                 
    156150        }, 
    157151