gnucash unstable: Fix transient parent warnings for tip-of-the-day and file dialogs

Geert Janssens gjanssens at code.gnucash.org
Fri Dec 8 17:29:31 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/98d41bc3 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ac89797e (commit)



commit 98d41bc374dffa07a1a7553b70d096002ef8b0c3
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Dec 8 23:29:21 2017 +0100

    Fix transient parent warnings for tip-of-the-day and file dialogs



Summary of changes:
 gnucash/gnome-utils/dialog-file-access.c           |  21 ++--
 gnucash/gnome-utils/dialog-file-access.h           |   6 +-
 gnucash/gnome-utils/dialog-totd.c                  |  18 +++-
 gnucash/gnome-utils/dialog-totd.h                  |   1 +
 gnucash/gnome-utils/gnc-autosave.c                 |   2 +-
 gnucash/gnome-utils/gnc-file.c                     | 120 ++++++++++-----------
 gnucash/gnome-utils/gnc-file.h                     |  28 ++---
 gnucash/gnome-utils/gnc-gnome-utils.c              |   4 +-
 gnucash/gnome-utils/gnc-main-window.c              |   2 +-
 gnucash/gnome-utils/gnc-plugin-file-history.c      |   3 +-
 gnucash/gnome-utils/gtkbuilder/dialog-totd.glade   |   1 -
 gnucash/gnome/assistant-hierarchy.c                |   3 +-
 gnucash/gnome/dialog-new-user.c                    |   2 +-
 gnucash/gnome/gnc-plugin-basic-commands.c          |  18 ++--
 gnucash/gnome/top-level.c                          |   2 +
 gnucash/gnucash-bin.c                              |   2 +-
 gnucash/import-export/aqb/gnc-file-aqb-import.c    |  15 +--
 gnucash/import-export/aqb/gnc-file-aqb-import.h    |   3 +-
 gnucash/import-export/aqb/gnc-plugin-aqbanking.c   |  12 ++-
 .../import-export/bi-import/dialog-bi-import-gui.c |   6 +-
 .../customer-import/dialog-customer-import-gui.c   |   7 +-
 gnucash/import-export/log-replay/gnc-log-replay.c  |   5 +-
 gnucash/import-export/log-replay/gnc-log-replay.h  |   4 +-
 .../log-replay/gnc-plugin-log-replay.c             |   2 +-
 gnucash/import-export/ofx/gnc-ofx-import.c         |   5 +-
 gnucash/import-export/ofx/gnc-ofx-import.h         |   4 +-
 gnucash/import-export/ofx/gnc-plugin-ofx.c         |   2 +-
 .../import-export/qif-imp/assistant-qif-import.c   |   5 +-
 .../report/report-gnome/gnc-plugin-page-report.c   |   3 +-
 29 files changed, 171 insertions(+), 135 deletions(-)



More information about the gnucash-patches mailing list