diff --git a/content/ui.js b/content/ui.js index 4842e355..40dd9178 100644 --- a/content/ui.js +++ b/content/ui.js @@ -1307,7 +1307,7 @@ function ItemList(id) //{{{ container.height = minHeight; div.style.minWidth = undefined; // FIXME: Belongs elsewhere. - commandline.updateContentHeight(); + commandline.updateOutputHeight(); } // TODO: temporary, to be changed/removed