From 406e648d586e9982398898a01eb58f7e8db21be6 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 25 Mar 2009 17:49:22 -0400 Subject: [PATCH] Code Cleanup - The new 'echo.command' configuration variable was incorrectly flagged as obsolete by report.cpp:handleVersion. --- src/command.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/command.cpp b/src/command.cpp index fc74eef90..e657427b3 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -371,8 +371,8 @@ std::string handleVersion (Config& conf) "blanklines color color.active color.due color.overdue color.pri.H " "color.pri.L color.pri.M color.pri.none color.recurring color.tagged " "confirmation curses data.location dateformat default.command " - "default.priority defaultwidth due locking monthsperline nag next project " - "shadow.command shadow.file shadow.notify"; + "default.priority defaultwidth due echo.command locking monthsperline nag " + "next project shadow.command shadow.file shadow.notify"; // This configuration variable is supported, but not documented. It exists // so that unit tests can force color to be on even when the output from task