From ed397bd2efde5caf28bc592b44ae39a1d10f97e9 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Wed, 9 May 2007 01:44:39 +0000 Subject: [PATCH] changed setOverLink back to echo() as I really couldn't stand it anymore in the statusbar Mail me if you really want it in the statusbar, and come up with a good setting name for this preference --- chrome/content/vimperator/vimperator.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/vimperator/vimperator.js b/chrome/content/vimperator/vimperator.js index 34afa5ca..53e6c5b2 100644 --- a/chrome/content/vimperator/vimperator.js +++ b/chrome/content/vimperator/vimperator.js @@ -93,7 +93,8 @@ nsBrowserStatusHandler.prototype = setOverLink : function(link, b) { - updateStatusbar(link); + // updateStatusbar(link); + echo(link); if (link == "") showMode();