r19249 - gnucash/trunk/src/core-utils - Fix a comment to reflect the actual code.

Geert Janssens gjanssens at code.gnucash.org
Thu Jun 10 09:05:12 EDT 2010


Author: gjanssens
Date: 2010-06-10 09:05:12 -0400 (Thu, 10 Jun 2010)
New Revision: 19249
Trac: http://svn.gnucash.org/trac/changeset/19249

Modified:
   gnucash/trunk/src/core-utils/gnc-filepath-utils.c
Log:
Fix a comment to reflect the actual code.

Modified: gnucash/trunk/src/core-utils/gnc-filepath-utils.c
===================================================================
--- gnucash/trunk/src/core-utils/gnc-filepath-utils.c	2010-06-09 16:40:35 UTC (rev 19248)
+++ gnucash/trunk/src/core-utils/gnc-filepath-utils.c	2010-06-10 13:05:12 UTC (rev 19249)
@@ -156,7 +156,7 @@
     if (fullpath != NULL)
         return fullpath;
 
-    /* Look in the config dir (e.g. $PREFIX/etc/gnucash) */
+    /* Look in the config dir (e.g. $PREFIX/share/gnucash/accounts) */
     tmp_path = gnc_path_get_accountsdir();
     fullpath = g_build_filename(tmp_path, filefrag, (gchar *)NULL);
     g_free(tmp_path);



More information about the gnucash-changes mailing list