From 3698f3152bd0bbbfed5296d51eb69c6f0b640d71 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Sun, 11 Jan 2009 01:27:10 +0100 Subject: [PATCH] actually don't anchor :emenu --- common/content/completion.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/content/completion.js b/common/content/completion.js index 192dfef9..8eac3678 100644 --- a/common/content/completion.js +++ b/common/content/completion.js @@ -1621,6 +1621,7 @@ function Completion() //{{{ menuItem: function menuItem(context) { context.title = ["Menu Path", "Label"]; + context.anchored = false; context.keys = { text: "fullMenuPath", description: "label" }; context.completions = liberator.menuItems; },