From 020e12d7b0e955679bfcd3281dce7c17fbbb010a Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Thu, 10 Aug 2000 23:09:26 +0000 Subject: [PATCH] fix for #35803 - call the onload handler so that the page is re-initialized too r=putterman --- mailnews/base/prefs/resources/content/am-smtp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailnews/base/prefs/resources/content/am-smtp.js b/mailnews/base/prefs/resources/content/am-smtp.js index 874c4772a474..3ec65cd76f97 100644 --- a/mailnews/base/prefs/resources/content/am-smtp.js +++ b/mailnews/base/prefs/resources/content/am-smtp.js @@ -41,7 +41,7 @@ function onAdvanced(event) if (args.result) { // this is the wrong way to do this. dump("reloading panel...\n"); - parent.onPanelLoaded('am-smtp.xul'); + onLoad(); } }