[Gnucash-changes] Use $(HOME) instead of '~' when creating the .gconf.path file.

David Hampton hampton at cvs.gnucash.org
Sat Jul 23 11:00:53 EDT 2005


Log Message:
-----------
Use $(HOME) instead of '~' when creating the .gconf.path file.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash:
        ChangeLog
    gnucash/src/gnome-utils:
        druid-gconf-setup.c

Revision Data
-------------
Index: ChangeLog
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/ChangeLog,v
retrieving revision 1.1487.2.246
retrieving revision 1.1487.2.247
diff -LChangeLog -LChangeLog -u -r1.1487.2.246 -r1.1487.2.247
--- ChangeLog
+++ ChangeLog
@@ -1,6 +1,9 @@
 2005-07-23  David Hampton  <hampton at employees.org>
 
-	* various file: Reorganize where these files appear in doxygen
+	* src/gnome-utils/druid-gconf-setup.c: Use $(HOME) instead of '~'
+	when creating the .gconf.path file.
+
+	* various files: Reorganize where these files appear in doxygen
 	output.
 
 2005-07-22  David Hampton  <hampton at employees.org>
Index: druid-gconf-setup.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome-utils/Attic/druid-gconf-setup.c,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -Lsrc/gnome-utils/druid-gconf-setup.c -Lsrc/gnome-utils/druid-gconf-setup.c -u -r1.1.2.3 -r1.1.2.4
--- src/gnome-utils/druid-gconf-setup.c
+++ src/gnome-utils/druid-gconf-setup.c
@@ -57,7 +57,7 @@
 #define HOW_UPDATE		1
 #define HOW_INSTALL		2
 
-#define PATH_STRING1 "xml:readwrite:~/.gconf\n"
+#define PATH_STRING1 "xml:readwrite:$(HOME)/.gconf\n"
 #define PATH_STRING2 "xml:readonly:%s\n"
 
 


More information about the gnucash-changes mailing list