From a63465f3e5c1d3735d0d02f533310e8ecabb46a2 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 7 Dec 2008 15:23:29 -0500 Subject: [PATCH] Run completion.file in the foreground. --- common/content/completion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/completion.js b/common/content/completion.js index 11b7f407..4d4c5946 100644 --- a/common/content/completion.js +++ b/common/content/completion.js @@ -1305,7 +1305,7 @@ function Completion() //{{{ if (tail) context.advance(dir.length); context.keys = { text: 0, description: 1, icon: 2 }; - context.background = true; + // context.background = true; context.key = dir; context.generate = function generate_file() {