mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
2001-08-09 Dave Peticolas <dave@krondo.com>
* src/register/register-gnome/table-gnome.c (gnc_table_save_state): tweak cell width saving git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@5096 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
abdfd445c4
commit
a55641f971
@ -1,3 +1,8 @@
|
||||
2001-08-09 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/register/register-gnome/table-gnome.c
|
||||
(gnc_table_save_state): tweak cell width saving
|
||||
|
||||
2001-08-08 Dave Peticolas <dave@krondo.com>
|
||||
|
||||
* src/register/ledger-core/SplitLedger.c: fix bugs
|
||||
|
@ -84,6 +84,9 @@ gnc_table_save_state (Table *table)
|
||||
if (header_widths[i] <= 0)
|
||||
continue;
|
||||
|
||||
if (i == DESC_CELL)
|
||||
continue;
|
||||
|
||||
name = xaccSplitRegisterGetCellTypeName (i);
|
||||
assoc = gh_cons (gh_str02scm(name),
|
||||
gh_int2scm(header_widths[i]));
|
||||
|
Loading…
Reference in New Issue
Block a user