gnucash maint: Bug 797397 - Import Map Editor, Ctrl-A with filter
Robert Fewell
bobit at code.gnucash.org
Fri Sep 27 06:34:31 EDT 2019
Updated via https://github.com/Gnucash/gnucash/commit/1be9bfbf (commit)
from https://github.com/Gnucash/gnucash/commit/ca01ce17 (commit)
commit 1be9bfbf01c64c2574781e7d57e36e12d96e0648
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Fri Sep 27 11:26:11 2019 +0100
Bug 797397 - Import Map Editor, Ctrl-A with filter
If you use a filter and then use Ctrl-A to select all rows for deletion
all entries are deleted. This is due to the use of a tree store and the
Ctrl-A selecting the parent rows also.
To fix this a tree view 'select' function is used that does not allow
the parent rows to be selected with a filter.
Summary of changes:
gnucash/gnome/dialog-imap-editor.c | 60 ++++++++++++++++++++++++++++++++++----
1 file changed, 54 insertions(+), 6 deletions(-)
More information about the gnucash-patches
mailing list