From 401ea910638250553cbbef9bbf5884052ae4095f Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Tue, 6 Jan 2009 22:08:10 -0500 Subject: [PATCH] Merge? --- common/content/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/ui.js b/common/content/ui.js index 36a1f144..31b63728 100644 --- a/common/content/ui.js +++ b/common/content/ui.js @@ -394,6 +394,7 @@ function CommandLine() //{{{ else numElementsNeeded = reverse ? this.selected : this.selected + 2; // this.selected is zero-based + if (this.context.waitingForTab || this.wildIndex == -1) { this.complete(true, true);