mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Wrong group specified for quickfill remove pref.
This commit is contained in:
parent
0e93e95c6c
commit
fc20aeb2df
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user