r23299 - gnucash/trunk/src/report/report-gnome - Prevent crash due to accessing a non-existent gsettings schema

Geert Janssens gjanssens at code.gnucash.org
Thu Oct 17 11:08:23 EDT 2013


Author: gjanssens
Date: 2013-10-17 11:08:23 -0400 (Thu, 17 Oct 2013)
New Revision: 23299
Trac: http://svn.gnucash.org/trac/changeset/23299

Modified:
   gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c
Log:
Prevent crash due to accessing a non-existent gsettings schema

Modified: gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c
===================================================================
--- gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c	2013-10-16 20:30:41 UTC (rev 23298)
+++ gnucash/trunk/src/report/report-gnome/gnc-plugin-page-report.c	2013-10-17 15:08:23 UTC (rev 23299)
@@ -1613,7 +1613,7 @@
             "Invoice Number", NULL);
 }
 
-#define GNC_PREFS_GROUP_REPORT_PDFEXPORT GNC_PREFS_GROUP_GENERAL_REPORT "/pdf-export"
+#define GNC_PREFS_GROUP_REPORT_PDFEXPORT GNC_PREFS_GROUP_GENERAL_REPORT ".pdf-export"
 #define GNC_PREF_FILENAME_DATE_FMT "filename-date-format"
 #define GNC_PREF_FILENAME_FMT "filename-format"
 



More information about the gnucash-changes mailing list