fix for #103626. don't need to include mailWindowOverlay.xul

fix by neil@parkwaycc.co.uk, r/sr=sspitzer
This commit is contained in:
sspitzer%netscape.com 2001-11-19 00:42:47 +00:00
parent 8aede5f38c
commit e34d9b0a63
3 changed files with 2 additions and 5 deletions

View File

@ -26,8 +26,6 @@ Contributors:
<?xml-stylesheet href="chrome://messenger/skin/dialogs.css" type="text/css"?>
<?xml-stylesheet href="chrome://messenger/skin/folderPane.css" type="text/css"?>
<?xul-overlay href="chrome://messenger/content/mailWindowOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/msgSynchronize.dtd" >
<dialog xmlns:nc="http://home.netscape.com/NC-rdf#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"

View File

@ -118,7 +118,7 @@ function SortSynchronizePane(column, sortKey)
var node = FindInWindow(window, column);
if(!node) {
dump('Couldnt find sort column\n');
return false;
return;
}
node.setAttribute("sort", sortKey);

View File

@ -25,7 +25,6 @@ Contributors:
<?xml-stylesheet href="chrome://messenger/skin/dialogs.css" type="text/css"?>
<?xul-overlay href="chrome://messenger/content/mailWindowOverlay.xul"?>
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://messenger/locale/msgSynchronize.dtd" >
@ -64,6 +63,6 @@ Contributors:
</hbox>
<separator/>
<hbox id="okCancelButtonsRight" flex="1"/>
<hbox id="okCancelButtonsRight"/>
</window>