mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Fix whitespace error.
This commit is contained in:
parent
d4968d3bb4
commit
d52a0b602c
@ -1460,7 +1460,8 @@ check_accounts (XferDialog* xferData, Account* from_account,
|
||||
|
||||
static gboolean
|
||||
check_edit(XferDialog *xferData)
|
||||
{ if (!gnc_amount_edit_evaluate (GNC_AMOUNT_EDIT (xferData->price_edit)))
|
||||
{
|
||||
if (!gnc_amount_edit_evaluate (GNC_AMOUNT_EDIT (xferData->price_edit)))
|
||||
{
|
||||
if (gtk_toggle_button_get_active
|
||||
(GTK_TOGGLE_BUTTON(xferData->price_radio)))
|
||||
|
Loading…
Reference in New Issue
Block a user