From 0784cc875b5a7a3c99507b787e874ca96b888ce3 Mon Sep 17 00:00:00 2001 From: Anthony Lieuallen Date: Mon, 15 May 2006 00:39:38 +0000 Subject: [PATCH] revert multi col box, it broke keyboard selection --- content/resurrect-select-mirror.xul | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/resurrect-select-mirror.xul b/content/resurrect-select-mirror.xul index 097f81f..92b5b01 100644 --- a/content/resurrect-select-mirror.xul +++ b/content/resurrect-select-mirror.xul @@ -6,7 +6,7 @@ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="&resurrect.title;" buttons="accept, cancel" - onload="resurrect.loadMirrors()" + onload="document.getElementById('mirror').focus();" ondialogaccept="resurrect.selectMirror(event);" persist="width height screenX screenY" > @@ -17,6 +17,7 @@