gnucash maint: Fix typo in previous commit.

Robert Fewell bobit at code.gnucash.org
Thu Jul 15 10:24:03 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/202a7f84 (commit)
	from  https://github.com/Gnucash/gnucash/commit/36674d36 (commit)



commit 202a7f84682512d2d36f2bdb532ac22e89ed3232
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Jul 15 15:23:05 2021 +0100

    Fix typo in previous commit.

diff --git a/gnucash/gnome-utils/dialog-account.c b/gnucash/gnome-utils/dialog-account.c
index e16e94bbc..cba3b531e 100644
--- a/gnucash/gnome-utils/dialog-account.c
+++ b/gnucash/gnome-utils/dialog-account.c
@@ -1509,7 +1509,7 @@ gnc_account_window_create(GtkWindow *parent, AccountWindow *aw)
     box = GTK_WIDGET(gtk_builder_get_object (builder, "opening_balance_date_box"));
     label = GTK_WIDGET(gtk_builder_get_object (builder, "date_label"));
     date_edit = gnc_date_edit_new (gnc_time (NULL), 0, 0);
-    gnc_date_edit_make_mnemonic_target (GNC_DATE_EDIT(date_edit), label);
+    gnc_date_make_mnemonic_target (GNC_DATE_EDIT(date_edit), label);
     aw->opening_balance_date_edit = date_edit;
     gtk_box_pack_start(GTK_BOX(box), date_edit, TRUE, TRUE, 0);
     gtk_widget_show (date_edit);



Summary of changes:
 gnucash/gnome-utils/dialog-account.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list