mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
fix for #103626. don't need to include mailWindowOverlay.xul
fix by neil@parkwaycc.co.uk, r/sr=sspitzer
This commit is contained in:
parent
8aede5f38c
commit
e34d9b0a63
@ -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#"
|
||||
|
@ -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);
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user