Focus out event handlers should return FALSE.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13041 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
David Hampton 2006-01-30 01:04:33 +00:00
parent 295c475ea4
commit bad632ae30

View File

@ -859,11 +859,12 @@ gnc_invoice_window_leave_notes_cb (GtkWidget *widget, GdkEventFocus *event,
gncInvoiceSetNotes (invoice, text);
}
static void
static gboolean
gnc_invoice_window_leave_to_charge_cb (GtkWidget *widget, GdkEventFocus *event,
gpointer data)
{
gnc_amount_edit_evaluate (GNC_AMOUNT_EDIT (widget));
return FALSE;
}
static void