r20297 - gnucash/trunk/src/import-export/aqbanking - Remove no-longer-correct warning about the aqbanking5 setup wizard not being implemented: It is.

John Ralls jralls at code.gnucash.org
Sun Feb 13 15:19:46 EST 2011


Author: jralls
Date: 2011-02-13 15:19:45 -0500 (Sun, 13 Feb 2011)
New Revision: 20297
Trac: http://svn.gnucash.org/trac/changeset/20297

Modified:
   gnucash/trunk/src/import-export/aqbanking/druid-ab-initial.c
Log:
Remove no-longer-correct warning about the aqbanking5 setup wizard not being implemented: It is.

Modified: gnucash/trunk/src/import-export/aqbanking/druid-ab-initial.c
===================================================================
--- gnucash/trunk/src/import-export/aqbanking/druid-ab-initial.c	2011-02-13 20:18:52 UTC (rev 20296)
+++ gnucash/trunk/src/import-export/aqbanking/druid-ab-initial.c	2011-02-13 20:19:45 UTC (rev 20297)
@@ -241,8 +241,6 @@
             AB_SetupDialog_new(banking);
         int rv;
 
-        PERR ("Unfortunately starting the setup wizard of aqbanking is not yet implemented in gnucash for aqbanking5. Please see http://lists.gnucash.org/pipermail/gnucash-devel/2010-August/029188.html and http://lists.gnucash.org/pipermail/gnucash-devel/2010-August/029189.html .");
-
         if (AB_Banking_OnlineInit(banking) != 0)
         {
             PERR("Got error on AB_Banking_OnlineInit!");



More information about the gnucash-changes mailing list