From f387275ea0448e94fe292c935d33480194111eac Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Fri, 11 Feb 2011 05:40:49 -0500 Subject: [PATCH] Fix typo in last commit. :( --- common/content/commandline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/commandline.js b/common/content/commandline.js index 085d61c8..564f9939 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -1064,7 +1064,7 @@ var CommandLine = Module("commandline", { this.context.reset(); this.context.tabPressed = tabPressed; this.session.complete(this.context); - if (this.session.active) + if (!this.session.active) return; this.context.updateAsync = true; this.reset(show, tabPressed);