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:
@@ -809,7 +809,7 @@ function QuickMarks() //{{{
|
||||
|
||||
if (marks.length == 0)
|
||||
{
|
||||
vimperator.echoerr("No marks set");
|
||||
vimperator.echoerr("No QuickMarks set");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user