r15746 - gnucash/trunk/src/engine - Patch from James Radley to allow override of the dotfile location.
Andreas Köhler
andi5 at cvs.gnucash.org
Wed Mar 21 18:50:14 EDT 2007
Author: andi5
Date: 2007-03-21 18:50:12 -0400 (Wed, 21 Mar 2007)
New Revision: 15746
Trac: http://svn.gnucash.org/trac/changeset/15746
Modified:
gnucash/trunk/src/engine/gnc-filepath-utils.c
Log:
Patch from James Radley to allow override of the dotfile location.
Read environment variable GNC_DOT_DIR and, if available, use this
instead of `g_get_home_dir`/.gnucash. This allows one develop without
impacting an existing stable installation, excepting shared GConf
keys. Setting HOME does not help, because g_get_home_dir prefers
passwd entries.
More information about the gnucash-patches
mailing list