Devs, As part of launching the reconcile dialog once the matching is done, I'm listening to the response signal from the gnc_ofx_importer_gui (in gnc-ofx-import.c). So right before I launch the GNCImportMainMatcher gnc_ofx_importer_gui I connect to its reponse signal:
g_signal_connect (G_OBJECT (gnc_ofx_importer_gui), "response", G_CALLBACK (gnc_ofx_match_done), &info); gnc_gen_trans_list_show_all (gnc_ofx_importer_gui); But it appears I'm not getting the response callback when I close the matcher with either OK or Cancel. Am I missing something obvious? Any help greatly appreciated. I've pushed what I have (temporarily) to add_reconcile_after_ofx_import_master (you can find it in the PRs) if you want to look at more code. Jean -- Sent from: http://gnucash.1415818.n4.nabble.com/GnuCash-Dev-f1435356.html _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel