mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 12:14:31 -06:00
Fix compile error
td isn't declared unless HAVE_KTOBLZCHECK_H is true, so we can't use it outside of the #if block. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21917 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
1fcb6398d3
commit
4376c08601
@ -912,9 +912,9 @@ gnc_ab_trans_dialog_bankcode_changed_cb(GtkEditable *editable, gpointer user_dat
|
||||
{
|
||||
gtk_label_set_text(GTK_LABEL(td->recp_bankname_label), _("(unknown)"));
|
||||
}
|
||||
gnc_ab_trans_dialog_verify_values(td);
|
||||
LEAVE(" ");
|
||||
#endif
|
||||
gnc_ab_trans_dialog_verify_values(td);
|
||||
}
|
||||
|
||||
struct _FindTemplData
|
||||
|
Loading…
Reference in New Issue
Block a user