From 755dfce0e619af0af55fe8ee64f8664db64c01ee Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 31 Jul 2007 16:15:12 +0000 Subject: [PATCH] add missing crop attribute to #vimperator-statusline-field-url label use "end" value for crop attributes rather than the deprecated "right" --- chrome/content/vimperator/mappings.js | 3 +-- chrome/content/vimperator/vimperator.xul | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/chrome/content/vimperator/mappings.js b/chrome/content/vimperator/mappings.js index 820222b3..7afda9e9 100644 --- a/chrome/content/vimperator/mappings.js +++ b/chrome/content/vimperator/mappings.js @@ -616,8 +616,7 @@ function Mappings() //{{{ addDefaultMap(new Map(vimperator.modes.NORMAL, ["$"], function(count) { scrollBufferAbsolute(100, -1); }, { - short_help: "Scroll to the absolute right of the document", - help: null + short_help: "Scroll to the absolute right of the document" } )); addDefaultMap(new Map(vimperator.modes.NORMAL, ["gg", ""], diff --git a/chrome/content/vimperator/vimperator.xul b/chrome/content/vimperator/vimperator.xul index d0424e57..bf3db732 100644 --- a/chrome/content/vimperator/vimperator.xul +++ b/chrome/content/vimperator/vimperator.xul @@ -77,7 +77,7 @@ the terms of any one of the MPL, the GPL or the LGPL.