From 91be385b5f7247ad96e1318822a88647d71878b5 Mon Sep 17 00:00:00 2001 From: "thayes%netscape.com" Date: Tue, 1 May 2001 22:20:10 +0000 Subject: [PATCH] Bug 78124. r=javi/sr=scc. Change onclick for the security-button to call the pageInfo window directly, opened to the security tab. git-svn-id: svn://10.0.0.236/trunk@93568 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/netwerk/resources/content/securityUI.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/netwerk/resources/content/securityUI.js b/mozilla/netwerk/resources/content/securityUI.js index f48df9e710b..03752d18b2b 100644 --- a/mozilla/netwerk/resources/content/securityUI.js +++ b/mozilla/netwerk/resources/content/securityUI.js @@ -44,8 +44,8 @@ function SetSecurityButton() function displayPageInfo() { - if (securityUI) - securityUI.displayPageInfoUI(); + window.openDialog("chrome://navigator/content/pageInfo.xul", "_blank", + "dialog=no", null, "securityTab"); } function DestroySecurity()