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