r15922 - gnucash/trunk/src/engine - Fix mistake in property install.

David Hampton hampton at cvs.gnucash.org
Wed Apr 18 01:11:56 EDT 2007


Author: hampton
Date: 2007-04-18 01:11:56 -0400 (Wed, 18 Apr 2007)
New Revision: 15922
Trac: http://svn.gnucash.org/trac/changeset/15922

Modified:
   gnucash/trunk/src/engine/Account.c
Log:
Fix mistake in property install.

Modified: gnucash/trunk/src/engine/Account.c
===================================================================
--- gnucash/trunk/src/engine/Account.c	2007-04-18 04:50:34 UTC (rev 15921)
+++ gnucash/trunk/src/engine/Account.c	2007-04-18 05:11:56 UTC (rev 15922)
@@ -523,7 +523,7 @@
 
     g_object_class_install_property
 	(gobject_class,
-	 PROP_BALANCE_DIRTY,
+	 PROP_SORT_DIRTY,
 	 g_param_spec_boolean("sort-dirty",
                               "Sort Dirty",
                               "TRUE if the splits in the account needs to be "



More information about the gnucash-changes mailing list