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:
Dave Peticolas 2001-08-09 10:03:59 +00:00
parent abdfd445c4
commit a55641f971
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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]));