mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix for OFX import
Pressing help button causes main-import-matcher to disappear
This commit is contained in:
parent
761797eb3d
commit
aa71e46901
@ -1111,6 +1111,8 @@ gnc_ofx_match_done (GtkDialog *dialog, gint response_id, gpointer user_data)
|
||||
G_CALLBACK(gnc_ofx_process_next_file), info);
|
||||
}
|
||||
}
|
||||
else if (response_id == GTK_RESPONSE_HELP)
|
||||
return;
|
||||
else
|
||||
{
|
||||
gtk_widget_hide (GTK_WIDGET(dialog));
|
||||
|
Loading…
Reference in New Issue
Block a user