r23499 - gnucash/trunk/src/report/report-gnome - Bug 627575 - Stylesheet names with non-alphanumeric characters and saved-reports

Geert Janssens gjanssens at code.gnucash.org
Sat Dec 7 05:18:23 EST 2013


Author: gjanssens
Date: 2013-12-07 05:18:21 -0500 (Sat, 07 Dec 2013)
New Revision: 23499
Trac: http://svn.gnucash.org/trac/changeset/23499

Modified:
   gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c
Log:
Bug 627575 - Stylesheet names with non-alphanumeric characters and saved-reports

g_key_file_[gs]et_string parses the string to escape newlines and comments
This erroneously does some escaping in the #{symbol name}# guile extended format
for symbols. Since we already strip newlines and comments ourselves,
we can save and store the string without any additoinal parsing
using g_key_file_[gs]et_value.



More information about the gnucash-patches mailing list