r19426 - gnucash/trunk/src/bin - Dummy commit to test mailing list hooks.

Geert Janssens gjanssens at code.gnucash.org
Sat Aug 14 12:02:53 EDT 2010


Author: gjanssens
Date: 2010-08-14 12:02:53 -0400 (Sat, 14 Aug 2010)
New Revision: 19426
Trac: http://svn.gnucash.org/trac/changeset/19426

Modified:
   gnucash/trunk/src/bin/gnucash-bin.c
Log:
Dummy commit to test mailing list hooks.

Modified: gnucash/trunk/src/bin/gnucash-bin.c
===================================================================
--- gnucash/trunk/src/bin/gnucash-bin.c	2010-08-14 09:30:10 UTC (rev 19425)
+++ gnucash/trunk/src/bin/gnucash-bin.c	2010-08-14 16:02:53 UTC (rev 19426)
@@ -216,7 +216,7 @@
         gint j;
         gchar *new_val = NULL, *tmp_val;
 
-        /* For each variable, read its new value, optionally expand it and (un)set it */
+        /* For each variable, read its new value, optionally expand it and set/unset it */
         val_list = g_key_file_get_string_list (keyfile, "Variables",
                                                env_vars[i], &val_count,
                                                &error );
@@ -601,7 +601,7 @@
     mod = scm_c_resolve_module("gnucash price-quotes");
     scm_set_current_module(mod);
 
-    /* Don't load the modules since the stylesheet module crashes if the 
+    /* Don't load the modules since the stylesheet module crashes if the
        GUI is not initialized */
 #ifdef PRICE_QUOTES_NEED_MODULES
     load_gnucash_modules();



More information about the gnucash-changes mailing list