From d41b41417107b85cf84348bc380504b3cda4fa85 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 19 Jan 2011 12:38:42 -0500 Subject: [PATCH] Fix last commit. --- common/content/statusline.js | 2 +- common/modules/template.jsm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/common/content/statusline.js b/common/content/statusline.js index f9b78cfa..262673b3 100644 --- a/common/content/statusline.js +++ b/common/content/statusline.js @@ -36,7 +36,7 @@ var StatusLine = Module("statusline", { min-width: 0 !important; } AddonButton:not(:hover) background: transparent !important; - ]]>, "", util.OS.isMacOS ? "padding-right: 10px !important;" : "")); + ]]>, "", util.OS.isMacOSX ? "padding-right: 10px !important;" : "")); } let _commandline = "if (window.dactyl) return dactyl.modules.commandline"; diff --git a/common/modules/template.jsm b/common/modules/template.jsm index e5ae693b..4ce6a31f 100644 --- a/common/modules/template.jsm +++ b/common/modules/template.jsm @@ -339,6 +339,7 @@ var Template = Module("Template", { Defined at {sourceLink(frame)} } + { template.map(item.columns, function (c) {c}) } {desc(item)} ) }