gnucash maint: Multiple changes pushed
Robert Fewell
bobit at code.gnucash.org
Fri Mar 19 07:02:33 EDT 2021
Updated via https://github.com/Gnucash/gnucash/commit/51ae7d80 (commit)
via https://github.com/Gnucash/gnucash/commit/61e23baf (commit)
from https://github.com/Gnucash/gnucash/commit/c915fb30 (commit)
commit 51ae7d8083da9a071cb14520e19bf048964c5daa
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Fri Mar 19 10:34:07 2021 +0000
Bug 798147 - Main Window Cut/Copy/Paste Error
If the focus widget is a GtkTextView, accessing the clipboard was
trying to be obtained from the GtkTextBuffer and failing as
GtkTextBuffer is not a widget so instead use the GtkTextView to obtain
the clipboard.
commit 61e23baf8733cb9e470d5d6da831894999bde042
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Fri Mar 19 10:07:26 2021 +0000
Bug 798149 - Follow up to CSV saved account settings
The previous commit breaks backwards compatibility so this change adds
a new setting BaseAccountGuid to hold the account Guid, BaseAccount
holds the account full path as before. When a CSV setting is selected,
the Guid is first used to find the account. If unsuccessful, the full
path is then used and if successful the account guid is immediately
saved for future use. If unsuccessfull the account combo is blank with
a error message as before.
When save CSV settings button is used, both the Guid and full paths are
saved so previous versions can still use the full path as before.
Summary of changes:
gnucash/gnome-utils/gnc-main-window.c | 63 +++++++++++-----------
.../csv-imp/gnc-imp-settings-csv-tx.cpp | 30 +++++++++--
2 files changed, 56 insertions(+), 37 deletions(-)
More information about the gnucash-patches
mailing list