mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix uninstantiatable type error on the console
sys:1: Warning: invalid uninstantiatable type '(null)' in cast to 'GtkWindow'
This commit is contained in:
parent
ebf3439558
commit
edf000f4cf
@ -1058,7 +1058,7 @@ bal_accountinfo_cb(AB_IMEXPORTER_ACCOUNTINFO *element, gpointer user_data)
|
||||
if (!(data->awaiting & AWAIT_BALANCES))
|
||||
{
|
||||
GtkWindow *parent = data->generic_importer ?
|
||||
GTK_WINDOW(data->generic_importer) :
|
||||
GTK_WINDOW(gnc_gen_trans_list_widget(data->generic_importer)) :
|
||||
GTK_WINDOW(data->parent);
|
||||
const char* balance_msg =
|
||||
_("The bank has sent balance information in its response.\n"
|
||||
|
Loading…
Reference in New Issue
Block a user