mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Correct parent widget for import new account dialog.
This commit is contained in:
parent
d74225f6c0
commit
6013cb6b14
@ -1002,7 +1002,8 @@ int ofx_proc_account_cb(struct OfxAccountData data, void * account_user_data)
|
||||
"%s \"%s\"",
|
||||
account_type_name,
|
||||
data.account_name);
|
||||
account = gnc_import_select_account (gnc_gen_trans_list_widget(gnc_ofx_importer_gui),
|
||||
/* use the info->parent as import-matcher is not displayed yet */
|
||||
account = gnc_import_select_account (GTK_WIDGET(info->parent),
|
||||
data.account_id, 1,
|
||||
account_description, default_commodity,
|
||||
default_type, NULL, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user