diff --git a/mailnews/base/resources/content/mailWindowOverlay.xul b/mailnews/base/resources/content/mailWindowOverlay.xul index d0c5b90c7722..51e33fa6a456 100644 --- a/mailnews/base/resources/content/mailWindowOverlay.xul +++ b/mailnews/base/resources/content/mailWindowOverlay.xul @@ -802,7 +802,7 @@ Rights Reserved. - + diff --git a/xpfe/browser/resources/content/navigatorOverlay.xul b/xpfe/browser/resources/content/navigatorOverlay.xul index ac647071ee9b..f7e79cf9c71e 100644 --- a/xpfe/browser/resources/content/navigatorOverlay.xul +++ b/xpfe/browser/resources/content/navigatorOverlay.xul @@ -273,7 +273,7 @@ oncommand="goPreferences('pref-themes.xul','chrome://communicator/content/pref/p - + diff --git a/xpfe/components/bookmarks/resources/bm-find.js b/xpfe/components/bookmarks/resources/bm-find.js index 5097821df774..2fdf0faf317e 100755 --- a/xpfe/components/bookmarks/resources/bm-find.js +++ b/xpfe/components/bookmarks/resources/bm-find.js @@ -52,27 +52,6 @@ function doLoad() findText.focus(); } - - -function doUnload() -{ - // Get the current window position/size. - var x = window.screenX; - var y = window.screenY; - var h = window.outerHeight; - var w = window.outerWidth; - - // Store these into the window attributes (for persistence). - var win = document.getElementById( "bookmark-find-window" ); - win.setAttribute( "x", x ); - win.setAttribute( "y", y ); - win.setAttribute( "height", h ); - win.setAttribute( "width", w ); -} - - - - var gDatasourceName = ""; var gMatchName = ""; var gMethodName = ""; diff --git a/xpfe/components/bookmarks/resources/bm-find.xul b/xpfe/components/bookmarks/resources/bm-find.xul index 4d77853b5787..9f411a860d49 100755 --- a/xpfe/components/bookmarks/resources/bm-find.xul +++ b/xpfe/components/bookmarks/resources/bm-find.xul @@ -40,9 +40,11 @@ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:web="http://home.netscape.com/WEB-rdf#" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" - width="630" height="400" x="20" y="20" persist="width height x y" orient="vertical" + orient="vertical" + width="630" height="400" + persist="width height screenX screenY sizemode" windowtype="bookmarks:find" - onload="doLoad()" onunload="doUnload()" + onload="doLoad()" >