Hack to work around bug 212625 r=mscott sr=bienvenu a=asa

This commit is contained in:
neil%parkwaycc.co.uk 2003-12-15 17:30:25 +00:00
Родитель 4b2d3d1dfc
Коммит ec14c75b1a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1206,7 +1206,7 @@
if (val == Components.interfaces.nsMsgSearchAttrib.OtherHeader)
{
window.openDialog('chrome://messenger/content/CustomHeaders.xul', "", 'modal,centerscreen,resizable,titlebar,chrome', null);
UpdateAfterCustomHeaderChange();
setTimeout(UpdateAfterCustomHeaderChange, 0); // XXX bug 212625
}
return val;
]]>