Fix stupid compiler error.

(Should compile first, then commit, not the other way round.)

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19422 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2010-08-12 20:20:10 +00:00
parent d743401986
commit 100ba4a4e7

View File

@ -245,10 +245,11 @@ dai_wizard_button_clicked_cb(GtkButton *button, gpointer user_data)
{ {
GWEN_DIALOG *dlg = GWEN_DIALOG *dlg =
AB_SetupDialog_new(banking); 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 ."); 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 .");
int rv = GWEN_Gui_ExecDialog(dlg, 0); rv = GWEN_Gui_ExecDialog(dlg, 0);
if (rv <= 0) if (rv <= 0)
{ {
/* Dialog was aborted/rejected */ /* Dialog was aborted/rejected */