1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 08:28:01 +01:00

Added liberator.commandline.input() to prompt the user. Added prompt when opening too many tabs.

This commit is contained in:
Kris Maglione
2008-09-10 04:28:11 +00:00
parent 161278a172
commit 4b6c27b1e7
8 changed files with 98 additions and 63 deletions

View File

@@ -759,8 +759,9 @@ lookup:
}
catch (e)
{
Components.utils.reportError("Sourcing file: " + filename + ": " + e);
if (!silent)
liberator.echoerr(e);
liberator.echoerr("Sourcing file: " + filename + ": " + e);
}
}
}; //}}}