mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-02 03:12:26 +01:00
changed setCharPref to allow localized strings
This commit is contained in:
@@ -1047,7 +1047,7 @@ liberator.CommandLine = function () //{{{
|
||||
if (liberator.mode != liberator.modes.COMMAND_LINE)
|
||||
return;
|
||||
|
||||
completionList.setItems(compl, -1);
|
||||
completionList.setItems(compl);
|
||||
|
||||
if (completionIndex >= 0 && completionIndex < compl.length && completionIndex < completions.length)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user