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:
John Ralls 2012-01-30 00:28:06 +00:00
parent 1fcb6398d3
commit 4376c08601

View File

@ -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