2003-06-18 Christian Stimming <stimming@tuhh.de>

* src/import-export/hbci/druid-hbci-initial.c: Tolerate some
	banks' failure of the GetSystemId-job.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@8642 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2003-06-18 20:52:48 +00:00
parent 16f2e59ba8
commit 696aef63fc
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-06-18 Christian Stimming <stimming@tuhh.de>
* src/import-export/hbci/druid-hbci-initial.c: Tolerate some
banks' failure of the GetSystemId-job.
2003-06-17 Chris Lyttle <chris@wilddev.net>
* src/scm/help-topics-index.scm: add Jon Lapham's patch

View File

@ -1052,7 +1052,8 @@ on_accountinfo_next (GnomeDruidPage *gnomedruidpage,
if (!gnc_hbci_api_execute (info->window, info->api,
job, info->interactor)) {
/* HBCI_API_executeOutbox failed. */
return FALSE;
/*return FALSE;*/
/* -- it seems to be no problem if this fails ?! */
}
/* Now the GetAccounts job. */