gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Sun May 3 16:14:00 EDT 2026
Updated via https://github.com/Gnucash/gnucash/commit/e2ddac1a (commit)
via https://github.com/Gnucash/gnucash/commit/28ee45ad (commit)
from https://github.com/Gnucash/gnucash/commit/67374d45 (commit)
commit e2ddac1a06acea01c832662cb0c582e1d38b4198
Merge: 67374d45cb 28ee45ad51
Author: John Ralls <jralls at ceridwen.us>
Date: Sun May 3 13:12:24 2026 -0700
Merge Sherlock's 'fix-event-callback' into stable.
commit 28ee45ad517e9ca17e6504078d25ac11d1092ebd
Author: Sherlock <119709043+agwekixj at users.noreply.github.com>
Date: Wed Apr 29 15:34:40 2026 -0700
Correct key_press_event and key_release_event callback function return definition.
While debugging another issue, noted the improper void return definition of the key-press-event callback function key_press_item() in combocell-gnome.c. A quick search found the same issue in completioncell-gnome.c and datecell-gnome.c and inconsistent scope and return types in five other files.
Summary of changes:
gnucash/gnome-utils/dialog-options.cpp | 2 +-
gnucash/gnome-utils/gnc-date-edit.c | 4 ++--
gnucash/gnome/dialog-commodities.cpp | 8 ++++----
gnucash/gnome/dialog-price-edit-db.cpp | 2 +-
gnucash/register/register-gnome/combocell-gnome.c | 3 ++-
gnucash/register/register-gnome/completioncell-gnome.c | 3 ++-
gnucash/register/register-gnome/datecell-gnome.c | 3 ++-
gnucash/register/register-gnome/gnucash-sheet.c | 6 +++---
8 files changed, 17 insertions(+), 14 deletions(-)
More information about the gnucash-patches
mailing list