r23500 - gnucash/branches/2.4/src/report/report-gnome - [23499] Bug 627575 - Stylesheet names with non-alphanumeric characters and saved-reports

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


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

Modified:
   gnucash/branches/2.4/src/report/report-gnome/gnc-plugin-page-report.c
Log:
[23499] 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 additional parsing
using g_key_file_[gs]et_value.



More information about the gnucash-patches mailing list