1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 10:07:59 +01:00

fixed typo

This commit is contained in:
Martin Stubenschrott
2007-09-25 05:46:54 +00:00
parent 89fa440ba2
commit d037a403b0
2 changed files with 6 additions and 10 deletions

View File

@@ -809,7 +809,7 @@ function QuickMarks() //{{{
if (marks.length == 0)
{
vimperator.echoerr("No marks set");
vimperator.echoerr("No QuickMarks set");
return;
}

View File

@@ -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);