[Gnucash-changes] r13041 - gnucash/trunk/src/business/business-gnome - Focus out event handlers should return FALSE.

David Hampton hampton at cvs.gnucash.org
Sun Jan 29 20:04:34 EST 2006


Author: hampton
Date: 2006-01-29 20:04:33 -0500 (Sun, 29 Jan 2006)
New Revision: 13041
Trac: http://svn.gnucash.org/trac/changeset/13041

Modified:
   gnucash/trunk/src/business/business-gnome/dialog-invoice.c
Log:
Focus out event handlers should return FALSE.

Modified: gnucash/trunk/src/business/business-gnome/dialog-invoice.c
===================================================================
--- gnucash/trunk/src/business/business-gnome/dialog-invoice.c	2006-01-30 00:59:25 UTC (rev 13040)
+++ gnucash/trunk/src/business/business-gnome/dialog-invoice.c	2006-01-30 01:04:33 UTC (rev 13041)
@@ -859,11 +859,12 @@
   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



More information about the gnucash-changes mailing list