diff --git a/src/import-export/import-main-matcher.c b/src/import-export/import-main-matcher.c index aa390f2f0e..eeaf88868a 100644 --- a/src/import-export/import-main-matcher.c +++ b/src/import-export/import-main-matcher.c @@ -189,8 +189,8 @@ on_matcher_ok_clicked (GtkButton *button, /* transaction skipped -> destroy * Otherwise temporary transactions remains visible if account is open * (see gnc_import_process_trans_item() case GNCImport_CLEAR) */ - xaccTransDestroy(gnc_import_TransInfo_get_trans(trans_info)); - xaccTransCommitEdit(gnc_import_TransInfo_get_trans(trans_info)); +/*FIXME xaccTransDestroy(gnc_import_TransInfo_get_trans(trans_info)); + xaccTransCommitEdit(gnc_import_TransInfo_get_trans(trans_info)); */ } } @@ -200,7 +200,7 @@ on_matcher_ok_clicked (GtkButton *button, /* DRH: Is this necessary. Isn't the call to trans_list_delete at the end of this routine going to destroy the entire list store anyway? */ - for (item = refs_list; item; item = g_slist_next(item)) +/*FIXME for (item = refs_list; item; item = g_slist_next(item)) { ref = item->data; path = gtk_tree_row_reference_get_path(ref); @@ -209,7 +209,7 @@ on_matcher_ok_clicked (GtkButton *button, gtk_tree_path_free(path); gtk_tree_row_reference_free(ref); } - g_slist_free(refs_list); + g_slist_free(refs_list); */ gnc_gen_trans_list_delete (info); /* DEBUG ("End") */