From 2fd8d8aa83373145bf68a5af6694ae261f69cef9 Mon Sep 17 00:00:00 2001 From: Federico Hernandez Date: Wed, 2 Sep 2009 10:43:04 +0200 Subject: [PATCH] Bug Fix #291 - Fixed bug #291 which generated a false warning about an unrecognized variable when enabling default.projects in .taskrc (thanks to Thomas@BIC) --- ChangeLog | 2 ++ src/command.cpp | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e9f1516f4..6944da69e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ files (thanks to Richard Querin). + Fixed bug #289 which imported task from todo.sh without valid uuids (thanks to Ben Jackson). + + Fixed bug #291 which generated a false warning about an unrecognized + variable when enabling default.projects in .taskrc (thanks to Thomas@BIC) ------ old releases ------------------------------ diff --git a/src/command.cpp b/src/command.cpp index cf0eaf34f..fd893f79e 100644 --- a/src/command.cpp +++ b/src/command.cpp @@ -499,8 +499,8 @@ int handleVersion (std::string &outs) " blanklines bulk color color.active color.due color.overdue color.pri.H " "color.pri.L color.pri.M color.pri.none color.recurring color.tagged " "color.footnote color.header color.debug confirmation curses data.location " - "dateformat debug default.command default.priority defaultwidth due locale " - "displayweeknumber echo.command locking monthsperline nag next project " + "dateformat debug default.command default.priority default.project defaultwidth " + "due locale displayweeknumber echo.command locking monthsperline nag next project " "shadow.command shadow.file shadow.notify weekstart editor import.synonym.id " "import.synonym.uuid longversion complete.all.projects complete.all.tags " #ifdef FEATURE_SHELL