mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Follow up on Benoit's gcc3 fixes.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7744 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0fef080b65
commit
f7b08d89bf
@ -729,9 +729,8 @@ on_bankpage_back (GnomeDruidPage *gnomedruidpage,
|
||||
GNOME_DRUID_PAGE (info->accountpage));
|
||||
return TRUE;
|
||||
default:
|
||||
;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
static gboolean
|
||||
on_bankpage_next (GnomeDruidPage *gnomedruidpage,
|
||||
@ -833,9 +832,8 @@ on_userid_back (GnomeDruidPage *gnomedruidpage,
|
||||
GNOME_DRUID_PAGE (info->accountpage));
|
||||
return TRUE;
|
||||
default:
|
||||
;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
static gboolean
|
||||
on_userid_focus_out (GtkWidget *widget,
|
||||
@ -1006,9 +1004,8 @@ on_accountinfo_back (GnomeDruidPage *gnomedruidpage,
|
||||
GNOME_DRUID_PAGE (info->filepage));
|
||||
return TRUE;
|
||||
default:
|
||||
;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
static gboolean
|
||||
on_accountinfo_next (GnomeDruidPage *gnomedruidpage,
|
||||
@ -1078,9 +1075,8 @@ on_accountlist_back (GnomeDruidPage *gnomedruidpage,
|
||||
GNOME_DRUID_PAGE (info->filepage));
|
||||
return TRUE;
|
||||
default:
|
||||
;
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
@ -34,7 +34,7 @@
|
||||
|
||||
#include "hbci-interaction.h"
|
||||
|
||||
static short module = MOD_IMPORT;
|
||||
/* static short module = MOD_IMPORT; */
|
||||
|
||||
HBCI_API *
|
||||
gnc_hbci_api_new (const char *filename, gboolean allowNewFile,
|
||||
@ -279,10 +279,9 @@ gnc_hbci_error_retry (GtkWidget *parent, HBCI_Error *error,
|
||||
return FALSE;
|
||||
|
||||
default:
|
||||
;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user