From 61111b158ce7ff09fcd8f4d2af4b48c6dbe46a13 Mon Sep 17 00:00:00 2001 From: "BlakeR1234%aol.com" Date: Sat, 12 Aug 2000 01:31:32 +0000 Subject: [PATCH] Fix bug 42957 - make enter/return work properly in the XPInstall dialog. r=dveditz a=dveditz --- xpinstall/res/content/institems.js | 2 +- xpinstall/res/content/institems.xul | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/xpinstall/res/content/institems.js b/xpinstall/res/content/institems.js index e3271d93d46..5fc2a81f83f 100644 --- a/xpinstall/res/content/institems.js +++ b/xpinstall/res/content/institems.js @@ -56,7 +56,7 @@ function onLoad() var moduleName; var URL; var numberOfDialogTreeElements; - + doSetOKCancel(onOk, cancel); param = window.arguments[0].QueryInterface( Components.interfaces.nsIDialogParamBlock ); if( !param ) { diff --git a/xpinstall/res/content/institems.xul b/xpinstall/res/content/institems.xul index 95dfa14dabb..bb9ab4c64a5 100644 --- a/xpinstall/res/content/institems.xul +++ b/xpinstall/res/content/institems.xul @@ -74,10 +74,7 @@ Contributor(s): - -