gnucash stable: [gnc-tree-container.hpp] bugfix in operator==
Christopher Lam
clam at code.gnucash.org
Mon Aug 21 03:34:46 EDT 2023
Updated via https://github.com/Gnucash/gnucash/commit/63eae802 (commit)
from https://github.com/Gnucash/gnucash/commit/38435a75 (commit)
commit 63eae802a1a70b99f693cd1622e0017a0e7756dd
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Aug 19 19:06:36 2023 +0800
[gnc-tree-container.hpp] bugfix in operator==
when comparing two GncTreeIter, if they both were end() iterators from
differing GtkTreeModels they would have been deemed equal. Amend so
that operator== returns false.
Summary of changes:
gnucash/gnome-utils/gnc-tree-container.hpp | 2 ++
1 file changed, 2 insertions(+)
More information about the gnucash-patches
mailing list