From b8e009431fee48852f223f1cf016552d948e9d20 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 12 Jun 2007 20:23:49 +0000 Subject: [PATCH] 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 --- src/import-export/hbci/druid-hbci-initial.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/import-export/hbci/druid-hbci-initial.c b/src/import-export/hbci/druid-hbci-initial.c index 95f10f1985..f8306947ec 100644 --- a/src/import-export/hbci/druid-hbci-initial.c +++ b/src/import-export/hbci/druid-hbci-initial.c @@ -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)