r23365 - gnucash/trunk/src/register/ledger-core - Fix incorrect Enum type specifier

John Ralls jralls at code.gnucash.org
Sat Nov 2 16:49:53 EDT 2013


Author: jralls
Date: 2013-11-02 16:49:48 -0400 (Sat, 02 Nov 2013)
New Revision: 23365
Trac: http://svn.gnucash.org/trac/changeset/23365

Modified:
   gnucash/trunk/src/register/ledger-core/gnc-ledger-display2.c
Log:
Fix incorrect Enum type specifier

Modified: gnucash/trunk/src/register/ledger-core/gnc-ledger-display2.c
===================================================================
--- gnucash/trunk/src/register/ledger-core/gnc-ledger-display2.c	2013-10-31 22:26:20 UTC (rev 23364)
+++ gnucash/trunk/src/register/ledger-core/gnc-ledger-display2.c	2013-11-02 20:49:48 UTC (rev 23365)
@@ -204,10 +204,10 @@
     return ld->model == model;
 }
 
-static SplitRegisterStyle
+static SplitRegisterStyle2
 gnc_get_default_register_style (GNCAccountType type)
 {
-    SplitRegisterStyle new_style = REG2_STYLE_LEDGER;
+    SplitRegisterStyle2 new_style = REG2_STYLE_LEDGER;
 
     if (gnc_prefs_get_bool (GNC_PREFS_GROUP_GENERAL_REGISTER,
                             GNC_PREF_DEFAULT_STYLE_JOURNAL))



More information about the gnucash-changes mailing list