gnucash master: Multiple changes pushed
Robert Fewell
bobit at code.gnucash.org
Thu Jan 12 09:30:41 EST 2023
Updated via https://github.com/Gnucash/gnucash/commit/e9b1f466 (commit)
via https://github.com/Gnucash/gnucash/commit/8f957781 (commit)
via https://github.com/Gnucash/gnucash/commit/cf499f5b (commit)
via https://github.com/Gnucash/gnucash/commit/99690da5 (commit)
from https://github.com/Gnucash/gnucash/commit/8063f3c9 (commit)
commit e9b1f46691b5c3b8c91550cc7f4e1bd362e169f9
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Thu Jan 12 14:20:55 2023 +0000
Error in trace file when file history list is empty
The following error is seen in the trace file,
ERROR <gnc.engine> gnc_uri_get_components: assertion 'uri != NULL &&
strlen (uri) > 0' failed
if the file open menu option is used after opening GnuCash with an
empty file history list. The function gnc_history_get_last returns an
empty string so test for this before calling gnc_uri_targets_local_fs.
commit 8f957781579662a735a3b6f59cc5d50c4cb62753
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Thu Jan 12 14:12:58 2023 +0000
Recent file list menu entry displays RecentFile0Action
If the recent file list is empty or can not be found the menu action
RecentFile0Action was displayed on menu. Changed so it does not add the
default first recent menu action.
commit cf499f5b93c053d9035d266b54903cbb5e991cc2
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Thu Jan 12 14:05:53 2023 +0000
Remove some comments added when menus were changed
commit 99690da524bd14484b7172c5d27dc63c88b55b19
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Thu Jan 12 13:51:26 2023 +0000
Remove left over debug lines
Summary of changes:
gnucash/gnome-utils/dialog-file-access.c | 2 +-
gnucash/gnome-utils/gnc-embedded-window.c | 12 +++++------
gnucash/gnome-utils/gnc-main-window.cpp | 30 ++++++++++-----------------
gnucash/gnome-utils/gnc-main-window.h | 22 ++++++++++----------
gnucash/gnome-utils/gnc-plugin-file-history.c | 1 -
gnucash/gnome-utils/gnc-plugin-page.c | 8 +++----
gnucash/gnome-utils/gnc-plugin-page.h | 14 ++++++-------
gnucash/gnome-utils/gnc-plugin.h | 12 +++++------
8 files changed, 46 insertions(+), 55 deletions(-)
More information about the gnucash-patches
mailing list