mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Code Cleanup
- Migrated from Context::message to Context::footnote. This more clear to the developer where the messages will be shown.
This commit is contained in:
parent
104ad5a5b5
commit
c5d7b41d98
3 changed files with 9 additions and 26 deletions
|
@ -457,7 +457,7 @@ bool nag (Task& task)
|
|||
if (pri == ' ' && !overdue && !high && !medium && !low) return false;
|
||||
|
||||
// All the excuses are made, all that remains is to nag the user.
|
||||
context.message (nagMessage);
|
||||
context.footnote (nagMessage);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue