r14027 - gnucash/trunk/src/gnome-utils - Fix Bug #341375.

Chris Shoemaker chris at cvs.gnucash.org
Thu May 11 21:47:13 EDT 2006


Author: chris
Date: 2006-05-11 21:47:12 -0400 (Thu, 11 May 2006)
New Revision: 14027
Trac: http://svn.gnucash.org/trac/changeset/14027

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
   Fix Bug #341375.
   When handling the focus-out event for a GtkCellEditable, it's important
   not to keep the editable alive for too long, because the cursor-blink
   timeout expects that the editable still has the focus.  The easiest way to 
   do this is to stop the editing immediately by calling 
   gtk_cell_editable_editing_done() and then handle all the real work from 
   the "editing-done" signal handler.




More information about the gnucash-patches mailing list