gnucash maint: Fix missing mnemonic keys after changes to GNCAmountEdit

Robert Fewell bobit at code.gnucash.org
Thu Jul 15 10:12:44 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/36674d36 (commit)
	from  https://github.com/Gnucash/gnucash/commit/eb3a578a (commit)



commit 36674d36c57efc4b709ae9173030e79838e699d3
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Jul 15 15:07:01 2021 +0100

    Fix missing mnemonic keys after changes to GNCAmountEdit
    
    With the changes to GNCAmountEdit, the way the mnemonic keys are
    associated to the entry widget of the GNCAmountEdit needs to change so
    have created a function gnc_amount_edit_make_mnemeonic_target which
    does the same as GNCDateEdit.



Summary of changes:
 gnucash/gnome-utils/dialog-account.c        | 4 +++-
 gnucash/gnome-utils/dialog-tax-table.c      | 2 +-
 gnucash/gnome-utils/gnc-amount-edit.c       | 9 +++++++++
 gnucash/gnome-utils/gnc-amount-edit.h       | 9 +++++++++
 gnucash/gnome/assistant-stock-split.c       | 4 ++--
 gnucash/gnome/dialog-price-editor.c         | 2 +-
 gnucash/gnome/window-autoclear.c            | 6 +++---
 gnucash/gnome/window-reconcile.c            | 2 +-
 gnucash/gnome/window-reconcile2.c           | 2 +-
 gnucash/import-export/aqb/dialog-ab-trans.c | 4 +++-
 gnucash/import-export/aqb/dialog-ab.glade   | 2 +-
 11 files changed, 34 insertions(+), 12 deletions(-)



More information about the gnucash-patches mailing list