r17530 - gnucash/trunk/src/register/ledger-core - Bug #506265: Hide the right-most register column by unsetting the sample text.

Andreas Köhler andi5 at cvs.gnucash.org
Mon Sep 15 20:57:09 EDT 2008


Author: andi5
Date: 2008-09-15 20:57:08 -0400 (Mon, 15 Sep 2008)
New Revision: 17530
Trac: http://svn.gnucash.org/trac/changeset/17530

Modified:
   gnucash/trunk/src/register/ledger-core/split-register-layout.c
Log:
Bug #506265: Hide the right-most register column by unsetting the sample text.

Modified: gnucash/trunk/src/register/ledger-core/split-register-layout.c
===================================================================
--- gnucash/trunk/src/register/ledger-core/split-register-layout.c	2008-09-16 00:57:00 UTC (rev 17529)
+++ gnucash/trunk/src/register/ledger-core/split-register-layout.c	2008-09-16 00:57:08 UTC (rev 17530)
@@ -544,7 +544,7 @@
   gnc_register_add_cell (layout,
                          RATE_CELL,
                          PRICE_CELL_TYPE_NAME,
-                         "",
+                         NULL,
                          CELL_ALIGN_RIGHT,
                          FALSE,
                          FALSE);



More information about the gnucash-changes mailing list