1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 04:54:10 +01:00

Go to irritating lengths to keep the hidden location bar from stealing keyboard focus. Closes issue #292.

This commit is contained in:
Kris Maglione
2011-01-22 10:12:44 -05:00
parent f33ae2b044
commit c10e05bbe4
2 changed files with 11 additions and 3 deletions

View File

@@ -1245,7 +1245,7 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
if (error.result == Cr.NS_BINDING_ABORTED)
return;
if (echo)
dactyl.echoerr(error);
dactyl.echoerr(error, commandline.FORCE_SINGLELINE);
util.reportError(error);
},