From ad9e9582f2b9fa7b678b450cee221a5118692680 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 11 May 2009 18:57:49 +1000 Subject: [PATCH] Fix #255. --- common/content/hints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/content/hints.js b/common/content/hints.js index 0b0c45ef..6e80fa69 100644 --- a/common/content/hints.js +++ b/common/content/hints.js @@ -952,7 +952,7 @@ function Hints() //{{{ } else if (validHints.length == 1) { - processHints(true); + processHints(false); return false; } else // still hints visible