r17428 - gnucash/branches/gda-dev2/src/engine - Expand 'fraction' property max value to 1000000.

Phil Longstaff plongstaff at cvs.gnucash.org
Sun Jul 27 12:57:58 EDT 2008


Author: plongstaff
Date: 2008-07-27 12:57:58 -0400 (Sun, 27 Jul 2008)
New Revision: 17428
Trac: http://svn.gnucash.org/trac/changeset/17428

Modified:
   gnucash/branches/gda-dev2/src/engine/gnc-commodity.c
Log:
Expand 'fraction' property max value to 1000000.



Modified: gnucash/branches/gda-dev2/src/engine/gnc-commodity.c
===================================================================
--- gnucash/branches/gda-dev2/src/engine/gnc-commodity.c	2008-07-27 16:34:10 UTC (rev 17427)
+++ gnucash/branches/gda-dev2/src/engine/gnc-commodity.c	2008-07-27 16:57:58 UTC (rev 17428)
@@ -752,7 +752,7 @@
 			   						"The fraction is the number of sub-units that "
 									"the basic commodity can be divided into.",
 			   						1,
-			   						100,
+			   						1000000,
 			   						1,
 			   						G_PARAM_READWRITE));
     g_object_class_install_property(gobject_class,



More information about the gnucash-changes mailing list