TW-1610: Disabling GC can lead to editing the wrong task

- 9e6c6ecb93 introduced a change that
  can lead to the wrong task being edited when GC is manually turned
  off.  Fix this by taking the user's GC setting into account.
This commit is contained in:
Wilhelm Schuermann 2015-05-04 08:45:25 +02:00
parent c8756f0201
commit 710372b8db
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@
again (thanks to Jens Erat).
- TW-1605 Japanese translation for Taskwarrior (thanks to Oota Toshiya).
- TW-1606 scheduled.any filter (thanks to Peter Rochen).
- TW-1610 Disabling GC can lead to editing the wrong task (thanks to Scott M).
- The 'obfuscate' setting, if set to '1' will replace all text with 'xxx'.
- POSIX file locking mechanism, eliminating platform-specific code.