Changeset 275

Show
Ignore:
Timestamp:
2007-04-29 10:29:41 (2 years ago)
Author:
JimmY2K
Message:

minor change - width persistence

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.9.x/chrome/content/dta/addurl.xul

    r194 r275  
    2020        title="&addURL.title;" 
    2121        id="addURL"  
    22         onload="load();"  
     22        onload="Dialog.load();"  
    2323        onunload="unload();"  
    24         persist="screenX screenY"  
     24        persist="screenX screenY width"  
    2525        style="background: #EEEEEE url('chrome://dta/content/immagini/add-bkg.png') repeat-x; width: 430px; height: auto;" 
    2626        ondialogaccept="return addURLnow(true);"