mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
15707599ee
commit
b8e009431f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user