From fc20aeb2df11974c5e2eacbf2ad21f0b0314f244 Mon Sep 17 00:00:00 2001 From: Robert Fewell <14uBobIT@gmail.com> Date: Sat, 27 Jul 2019 17:47:43 +0100 Subject: [PATCH] Wrong group specified for quickfill remove pref. --- gnucash/gnome-utils/account-quickfill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/gnome-utils/account-quickfill.c b/gnucash/gnome-utils/account-quickfill.c index 729ce39cc8..35819e8c86 100644 --- a/gnucash/gnome-utils/account-quickfill.c +++ b/gnucash/gnome-utils/account-quickfill.c @@ -65,7 +65,7 @@ static void shared_quickfill_destroy (QofBook *book, gpointer key, gpointer user_data) { QFB *qfb = user_data; - gnc_prefs_remove_cb_by_func (GNC_PREFS_GROUP_GENERAL_REGISTER, + gnc_prefs_remove_cb_by_func (GNC_PREFS_GROUP_GENERAL, GNC_PREF_ACCOUNT_SEPARATOR, shared_quickfill_pref_changed, qfb);