From 173d24b3fbd30a491b63bb737dc40efb11749cab Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sat, 3 Mar 2012 09:50:43 -0500 Subject: [PATCH] Oops - Inadvertently committed a UDA formatting change that isn't ready. --- src/commands/CmdInfo.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/commands/CmdInfo.cpp b/src/commands/CmdInfo.cpp index 4033a23b6..359eae59f 100644 --- a/src/commands/CmdInfo.cpp +++ b/src/commands/CmdInfo.cpp @@ -322,13 +322,14 @@ int CmdInfo::execute (std::string& output) { row = view.addRow (); view.set (row, 0, col->label ()); - //view.set (row, 1, value); - + view.set (row, 1, value); +/* std::vector lines; Color color; col->render (lines, *task, 0, color); join (value, " ", lines); view.set (row, 1, value); +*/ } } }