- Fixed bug where the onChangeCallback was being called twice for "task list" after "task do xx".
This commit is contained in:
@@ -414,7 +414,8 @@ bool TDB::writeCompleted (const T& t)
|
|||||||
fputs (t.compose ().c_str (), out);
|
fputs (t.compose ().c_str (), out);
|
||||||
|
|
||||||
fclose (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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user