Avoid crash in QIF import, page payees/memos. Fix #392707.

On the payees/memo page in the QIF import druid, provide the callback
for line clicks the correct display information and not the one of
another/previous page. This slipped in r14588, 2.0 is crash-free.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15332 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/gobject-engine-dev
Andreas Köhler 20 years ago
parent 5c16caedbf
commit dae1442ed2

@ -1135,7 +1135,7 @@ gnc_ui_qif_import_memo_line_select_cb(GtkTreeSelection *selection,
gpointer user_data)
{
QIFImportWindow * wind = user_data;
select_line (wind, selection, wind->acct_display_info, wind->acct_map_info,
select_line (wind, selection, wind->memo_display_info, wind->memo_map_info,
update_memo_page);
}

Loading…
Cancel
Save