CVS update: gnucash/src/gnome

Joshua Sled jsled@linas.org
Tue, 21 May 2002 22:01:50 -0500 (CDT)


Date:	Tuesday May 21, 2002 @ 22:01
Author:	jsled

Update of /home/cvs/cvsroot/gnucash/src/gnome
In directory www.linas.org:/tmp/cvs-serv9276/src/gnome

Modified Files:
	dialog-scheduledxaction.c dialog-sx-from-trans.c 
	dialog-sxsincelast.c dialog-sxsincelast.h 
Log Message:
2002-05-21  Joshua Sled  <jsled@asynchronous.org>

	* src/gnome/dialog-sx-from-trans.c (sxftd_get_end_info): Changed
	to do the strtoul before we free the data itself; fixes "can't
	create once/number-of-occurance SXes" [in from-transaction dialog]
	bug.

	* src/gnome/dialog-scheduledxaction.c (editor_ok_button_clicked):
	Do a very lame but good-enough-for-now check to see if we can
	determine if the template transactions will still balance.  Note
	that we don't do anything with the result of that check, yet, but
	we perform it.

	* src/app-utils/gnc-exp-parser.c (gnc_exp_parser_real_init): Added
	so we can conditionaly add the "predefined variables" to the
	binding table for parsing a given expression.