r17175 - gnucash/branches/gda-dev2 - 1) Plug leak of GDate objects

Phil Longstaff plongstaff at cvs.gnucash.org
Mon May 26 20:52:35 EDT 2008


Author: plongstaff
Date: 2008-05-26 20:52:34 -0400 (Mon, 26 May 2008)
New Revision: 17175
Trac: http://svn.gnucash.org/trac/changeset/17175

Modified:
   gnucash/branches/gda-dev2/GDA_STATUS
   gnucash/branches/gda-dev2/src/backend/gda/gnc-backend-gda.c
   gnucash/branches/gda-dev2/src/backend/gda/gnc-backend-util-gda.c
   gnucash/branches/gda-dev2/src/gnc-ui.h
   gnucash/branches/gda-dev2/src/gnome/dialog-price-editor.c
Log:
1) Plug leak of GDate objects
2) In gnc_gda_commit_edit(), check if the object being edited is a
PriceDB (which is an engine object but not in the database).  If it is,
just mark it clean and return.
3) In dialog-price-editor.c, don't try to set any properties in a new
GNCPrice until they are all available.  This prevents a commit of a
price with no commodity.
4) Remove return value from gnc_price_edit_dialog which is never used
5) Update GDA_STATUS





More information about the gnucash-patches mailing list