Bug #1059
- Fixed Bug #1059, where CmdEdit incorrectly ran gc. (Thanks to Louis-Claude Canon)
This commit is contained in:
committed by
Paul Beckingham
parent
7a6cdde571
commit
ed8be2e2f2
@@ -50,7 +50,7 @@ CmdEdit::CmdEdit ()
|
||||
_usage = "task <filter> edit";
|
||||
_description = STRING_CMD_EDIT_USAGE;
|
||||
_read_only = false;
|
||||
_displays_id = true;
|
||||
_displays_id = false;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user