From d037a403b0eb26557a36b17f0c74dd3b1cfdc849 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Tue, 25 Sep 2007 05:46:54 +0000 Subject: [PATCH] fixed typo --- chrome/content/vimperator/bookmarks.js | 2 +- chrome/content/vimperator/hints.js | 14 +++++--------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/chrome/content/vimperator/bookmarks.js b/chrome/content/vimperator/bookmarks.js index 1ea11ec2..01c8a65a 100644 --- a/chrome/content/vimperator/bookmarks.js +++ b/chrome/content/vimperator/bookmarks.js @@ -809,7 +809,7 @@ function QuickMarks() //{{{ if (marks.length == 0) { - vimperator.echoerr("No marks set"); + vimperator.echoerr("No QuickMarks set"); return; } diff --git a/chrome/content/vimperator/hints.js b/chrome/content/vimperator/hints.js index 5acdd74d..d50506fe 100644 --- a/chrome/content/vimperator/hints.js +++ b/chrome/content/vimperator/hints.js @@ -202,11 +202,11 @@ function Hints() //{{{ linkCount++; // and one more total hint // process firefox event to keep the UI snappy - if (linkCount % 10 == 0) - { - Components.classes['@mozilla.org/thread-manager;1']. - getService().mainThread.processNextEvent(false); - } + // if (linkCount % 10 == 0) + // { + // Components.classes['@mozilla.org/thread-manager;1']. + // getService().mainThread.processNextEvent(false); + // } } doc.coordsInvalidated = false; @@ -462,10 +462,6 @@ function Hints() //{{{ } }; - this.showHintsBackground = function() - { - } - this.reshowHints = function() { onResize(null);