From b8dc728c85276b8cd9a9ab4f79c1d17ef1addc34 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 5 Nov 2008 19:11:22 +0000 Subject: [PATCH] Fix typo in ui.js --- content/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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