From fee5739d3d511ff492037d777259c30ca3c9cf08 Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Sat, 14 Aug 2010 16:02:53 +0000 Subject: [PATCH] Dummy commit to test mailing list hooks. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19426 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/bin/gnucash-bin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/gnucash-bin.c b/src/bin/gnucash-bin.c index 3f8be0bdcd..d1e3ed7d29 100644 --- a/src/bin/gnucash-bin.c +++ b/src/bin/gnucash-bin.c @@ -216,7 +216,7 @@ environment_override() 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 @@ inner_main_add_price_quotes(void *closure, int argc, char **argv) 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();