diff --git a/common/content/commandline.js b/common/content/commandline.js index af0a70a3..e71a1c45 100644 --- a/common/content/commandline.js +++ b/common/content/commandline.js @@ -1132,7 +1132,8 @@ var CommandLine = Module("commandline", { if (show) { this.itemList.reset(); - this.itemList.visible = true; + if (this.haveType("list")) + this.itemList.visible = true; this.selected = null; this.wildIndex = 0; }