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);