Minor Edits

This commit is contained in:
Paul Beckingham 2011-09-24 10:59:13 -04:00
parent fa67569093
commit 63203cd91a
2 changed files with 3 additions and 3 deletions

View file

@ -483,7 +483,7 @@ void Command::modify_task (
// By default, just add/remove it.
else
task.set (name, value);
task.set (name, value);
// Warn about deprecated/obsolete attribute usage.
legacyAttributeCheck (name);