mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
- Fixed bug where the onChangeCallback was being called twice for "task list" after "task do xx".
This commit is contained in:
parent
b7e889339d
commit
b0e18de1b6
1 changed files with 2 additions and 1 deletions
|
@ -414,7 +414,8 @@ bool TDB::writeCompleted (const T& t)
|
|||
fputs (t.compose ().c_str (), out);
|
||||
|
||||
fclose (out);
|
||||
dbChanged ();
|
||||
// Note: No call to dbChanged here because this call never occurs by itself.
|
||||
// It is always accompanied by an overwritePending call.
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue