r15553 - gnucash/trunk/lib/libqof/qof - Fix parsing of log config file without [output] sections.

Josh Sled jsled at cvs.gnucash.org
Sat Feb 10 13:52:40 EST 2007


Author: jsled
Date: 2007-02-10 13:52:39 -0500 (Sat, 10 Feb 2007)
New Revision: 15553
Trac: http://svn.gnucash.org/trac/changeset/15553

Modified:
   gnucash/trunk/lib/libqof/qof/qoflog.c
Log:
Fix parsing of log config file without [output] sections.


Modified: gnucash/trunk/lib/libqof/qof/qoflog.c
===================================================================
--- gnucash/trunk/lib/libqof/qof/qoflog.c	2007-02-10 16:28:24 UTC (rev 15552)
+++ gnucash/trunk/lib/libqof/qof/qoflog.c	2007-02-10 18:52:39 UTC (rev 15553)
@@ -283,7 +283,7 @@
           g_strfreev(levels);
      }
 
-     if (g_key_file_has_group(conf, levels_group))
+     if (g_key_file_has_group(conf, output_group))
      {
           gsize num_outputs;
           int output_idx;



More information about the gnucash-changes mailing list