r13699 - gnucash/trunk - Fix the lack of action strings in the popup menu. The problem occurs

David Hampton hampton at cvs.gnucash.org
Sat Mar 25 11:35:33 EST 2006


Author: hampton
Date: 2006-03-25 11:35:31 -0500 (Sat, 25 Mar 2006)
New Revision: 13699
Trac: http://svn.gnucash.org/trac/changeset/13699

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/register/register-gnome/combocell-gnome.c
Log:
Fix the lack of action strings in the popup menu.  The problem occurs
because the menu is populated before the the item edit widget is
created.  Add a list store to track these strings (what the old
menustrings list did) which is then passed off to the item_edit widget
when that is created.  Fixes 334592.




More information about the gnucash-patches mailing list