With aqbanking-2.3.0 we can activate all backends here already.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16158 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2007-06-12 20:23:49 +00:00
parent 15707599ee
commit b8e009431f

View File

@ -570,6 +570,14 @@ on_aqhbci_button (GtkButton *button,
/* Call the qt wizard. See the note above about why this approach
is chosen. */
#if ((AQBANKING_VERSION_MAJOR == 2) && \
(AQBANKING_VERSION_MINOR >= 3))
/* With aqbanking>=2.3.0, we can directly activate all backends
here. Reduces user confusion. But in aqbanking-3.x this won't
be needed anymore. */
AB_Banking_ActivateAllProviders (info->api);
#endif
/* Reset existing mapping tables */
AB_Banking_Fini (info->api);
if (info->gnc_hash != NULL)