gnucash maint: Follow up to previous commit 94cb965

Robert Fewell bobit at code.gnucash.org
Thu Feb 13 06:02:05 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/f66b7ed2 (commit)
	from  https://github.com/Gnucash/gnucash/commit/58ddb47f (commit)



commit f66b7ed275eba56bd8fee1fee9f9e3457351cacb
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Feb 5 14:41:01 2020 +0000

    Follow up to previous commit 94cb965
    
    This commit moves the setting up of the page changed signal callback to
    when the plugin page is inserted and also records the id used. This is
    used to disconnect this callback when the page is moved to a different
    window and also when the page is destroyed.



Summary of changes:
 gnucash/gnome-utils/gnc-main-window.c              |   8 +-
 gnucash/gnome-utils/gnc-plugin-page.c              | 102 ++++++++++++++++++++-
 gnucash/gnome-utils/gnc-plugin-page.h              |  35 ++++++-
 gnucash/gnome/gnc-plugin-page-account-tree.c       |  47 ++++------
 gnucash/gnome/gnc-plugin-page-account-tree.h       |   9 --
 gnucash/gnome/gnc-plugin-page-budget.c             |  49 ++++------
 gnucash/gnome/gnc-plugin-page-budget.h             |  10 --
 gnucash/gnome/gnc-plugin-page-invoice.c            |  80 +++++++---------
 gnucash/gnome/gnc-plugin-page-owner-tree.c         |  55 ++++-------
 gnucash/gnome/gnc-plugin-page-register.c           |  61 +++++++-----
 gnucash/gnome/gnc-plugin-page-register.h           |  10 --
 gnucash/gnome/gnc-plugin-page-sx-list.c            |  56 +++++------
 .../report/report-gnome/gnc-plugin-page-report.c   |  48 ++++------
 13 files changed, 303 insertions(+), 267 deletions(-)



More information about the gnucash-patches mailing list