r23262 - gnucash/trunk/src - Remove state saving/restoring code from new and old register code

Geert Janssens gjanssens at code.gnucash.org
Mon Oct 7 10:28:02 EDT 2013


Author: gjanssens
Date: 2013-10-07 10:28:01 -0400 (Mon, 07 Oct 2013)
New Revision: 23262
Trac: http://svn.gnucash.org/trac/changeset/23262

Modified:
   gnucash/trunk/src/gnome-utils/gnc-tree-model-split-reg.c
   gnucash/trunk/src/gnome/Makefile.am
   gnucash/trunk/src/gnome/gnc-split-reg.c
   gnucash/trunk/src/gnome/gnc-split-reg2.c
   gnucash/trunk/src/register/register-core/table-allgui.h
   gnucash/trunk/src/register/register-gnome/Makefile.am
   gnucash/trunk/src/register/register-gnome/table-gnome.c
Log:
Remove state saving/restoring code from new and old register code

This is similar to what the previous commit did for GncTreeView
and means column widths, column's visibility and register sort order
are currently no longer saved or restored for any register.

This is done because the state code relies heavily on gconf
and unfortunately can't be mapped to gsettings in its present
form. State save/restore  will be added again later, once
the gconf conversion is complete.



More information about the gnucash-patches mailing list