gnucash maint: Multiple changes pushed
Robert Fewell
bobit at code.gnucash.org
Sun Oct 11 06:33:50 EDT 2020
Updated via https://github.com/Gnucash/gnucash/commit/3587b4cc (commit)
via https://github.com/Gnucash/gnucash/commit/8e220976 (commit)
from https://github.com/Gnucash/gnucash/commit/05c96f66 (commit)
commit 3587b4cc4ba5d4896bf40a567d712ac5b443ebcd
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sun Oct 11 11:31:39 2020 +0100
Tax Report Options appeared twice on menu for Chart of Accounts
commit 8e220976be07f728937ca24c73201e7e98f68125
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sun Oct 11 11:22:39 2020 +0100
Some dialogs do not close with Escape key
These dialogs are based on GtkWindow and as such do not natively
respond to the escape key being pressed so to fix this a call back has
been added for 'key_press_event' which checks for the escape key.
Summary of changes:
gnucash/gnome-utils/dialog-tax-table.c | 55 +++++++++++++++++++-------
gnucash/gnome/dialog-billterms.c | 40 ++++++++++++-------
gnucash/gnome/dialog-commodities.c | 39 +++++++++++++++++-
gnucash/gnome/dialog-doclink.c | 31 ++++++++++++---
gnucash/gnome/dialog-price-edit-db.c | 46 +++++++++++++++++++--
gnucash/ui/gnc-plugin-page-account-tree-ui.xml | 1 -
6 files changed, 172 insertions(+), 40 deletions(-)
More information about the gnucash-patches
mailing list