gnucash maint: Merge reg and reg2 variant of print check dialog back into one file

Geert Janssens gjanssens at code.gnucash.org
Thu Mar 24 13:58:26 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/39bfeba9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/cde9d784 (commit)



commit 39bfeba930e13a65c05540f839457e9c71cf31ef
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Thu Mar 24 22:49:27 2016 +0100

    Merge reg and reg2 variant of print check dialog back into one file
    
    There was nothing in the duplicate file that was different
    from the original one except for the plugin_page parameter
    initially passed in. Turns out we don't need anything
    from the plugin_page except for the very generic GtkWindow
    which is actually a member of the generic GncPluginPage
    base object. So pass that window instead and avoid the
    need for differentiation.



Summary of changes:
 src/gnome/CMakeLists.txt              |    2 -
 src/gnome/Makefile.am                 |    2 -
 src/gnome/dialog-print-check.c        |    9 +-
 src/gnome/dialog-print-check.h        |    2 +-
 src/gnome/dialog-print-check2.c       | 2648 ---------------------------------
 src/gnome/dialog-print-check2.h       |   34 -
 src/gnome/gnc-plugin-page-register.c  |   13 +-
 src/gnome/gnc-plugin-page-register2.c |   15 +-
 8 files changed, 19 insertions(+), 2706 deletions(-)
 delete mode 100644 src/gnome/dialog-print-check2.c
 delete mode 100644 src/gnome/dialog-print-check2.h



More information about the gnucash-patches mailing list